fix migration add column id_key to customer

This commit is contained in:
Schneider Roland 2015-12-30 13:35:05 +01:00
parent f9ace80335
commit 1bcc435ab6

View File

@ -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()