diff --git a/console/migrations/m151208_212339_alter__table__customer__add__column__key.php b/console/migrations/m151208_212339_alter__table__customer__add__column__key.php index 7091c04..2a4cca8 100644 --- a/console/migrations/m151208_212339_alter__table__customer__add__column__key.php +++ b/console/migrations/m151208_212339_alter__table__customer__add__column__key.php @@ -7,7 +7,7 @@ class m151208_212339_alter__table__customer__add__column__key extends Migration { public function up() { - $this->addColumn("key", "id_key", "int"); + $this->addColumn("customer", "id_key", "int"); } public function down()