This commit is contained in:
2023-04-19 23:44:52 +03:00
parent ea7c781d06
commit b24125ac66
3 changed files with 26 additions and 3 deletions

View File

@ -0,0 +1,23 @@
<?php
use yii\db\Migration;
/**
* Handles dropping columns from table `{{%manager}}`.
*/
class m230419_100612_drop_user_card_id_column_from_manager_table extends Migration
{
/**
* {@inheritdoc}
*/
public function safeUp()
{
}
/**
* {@inheritdoc}
*/
public function safeDown()
{
}
}