fix migration add column id_key to customer
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user