/var/www/vhosts/nabawater/vendor/yiisoft/yii2/views
NameSizeModeActions
errorHandler/-0755rm
addColumnMigration.php11620644editdlrm
createJunctionMigration.php20390644editdlrm
createTableMigration.php12850644editdlrm
dropColumnMigration.php11660644editdlrm
dropTableMigration.php10310644editdlrm
messageConfig.php34500644editdlrm
migration.php9570644editdlrm
_addColumns.php3270644editdlrm
_addComments.php2480644editdlrm
_addForeignKeys.php5840644editdlrm
_createTable.php6070644editdlrm
_dropColumns.php2350644editdlrm
_dropForeignKeys.php4060644editdlrm
_dropTable.php3170644editdlrm
_foreignTables.php3050644editdlrm
Edit: /var/www/vhosts/nabawater/vendor/yiisoft/yii2/views/createTableMigration.php (1285B)
use yii\db\Migration; /** * Handles the creation of table ``. render('_foreignTables', [ 'foreignKeys' => $foreignKeys, ]) ?> */ class extends Migration { /** * {@inheritdoc} */ public function safeUp() { render('_createTable', [ 'table' => $table, 'fields' => $fields, 'foreignKeys' => $foreignKeys, ]) ?> render('_addComments', [ 'table' => $table, 'tableComment' => $tableComment, ]); } ?> } /** * {@inheritdoc} */ public function safeDown() { render('_dropTable', [ 'table' => $table, 'foreignKeys' => $foreignKeys, ]) ?> } }