fix migration add column id_key to customer
This commit is contained in:
parent
f9ace80335
commit
1bcc435ab6
@ -7,7 +7,7 @@ class m151208_212339_alter__table__customer__add__column__key extends Migration
|
|||||||
{
|
{
|
||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
$this->addColumn("key", "id_key", "int");
|
$this->addColumn("customer", "id_key", "int");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function down()
|
public function down()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user