db\MigrationInterface up()

up() public abstract method

This method contains the logic to be executed when applying this migration.

public abstract boolean up ( )
return boolean

Return a false value to indicate the migration fails and should not proceed further. All other return values mean the migration succeeds.

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.