init
This commit is contained in:
10
vendor/yiisoft/yii2/views/_dropColumns.php
vendored
Normal file
10
vendor/yiisoft/yii2/views/_dropColumns.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
echo $this->render('_dropForeignKeys', [
|
||||
'table' => $table,
|
||||
'foreignKeys' => $foreignKeys,
|
||||
]);
|
||||
|
||||
foreach ($fields as $field): ?>
|
||||
$this->dropColumn('<?= $table ?>', '<?= $field['property'] ?>');
|
||||
<?php endforeach;
|
||||
Reference in New Issue
Block a user