Migrations for sources
This commit is contained in:
@ -43,7 +43,7 @@ class CreateValues extends Phinx\Migration\AbstractMigration
|
||||
'unique' => false,
|
||||
])
|
||||
->create();
|
||||
$this->table('currencies', [
|
||||
/*$this->table('currencies', [
|
||||
'id' => false,
|
||||
'primary_key' => ['id'],
|
||||
'engine' => 'InnoDB',
|
||||
@ -72,6 +72,6 @@ class CreateValues extends Phinx\Migration\AbstractMigration
|
||||
'encoding' => 'utf8mb4',
|
||||
'after' => 'code',
|
||||
])
|
||||
->create();
|
||||
->create();*/
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user