Default value for seed
This commit is contained in:
@ -20,7 +20,7 @@ final class TipoCuenta extends AbstractMigration
|
|||||||
{
|
{
|
||||||
$this->table('tipos_cuenta')
|
$this->table('tipos_cuenta')
|
||||||
->addColumn('descripcion', 'string')
|
->addColumn('descripcion', 'string')
|
||||||
->addColumn('color', 'string', ['length' => 6])
|
->addColumn('color', 'string', ['length' => 6, 'default' => 'ffffff'])
|
||||||
->create();
|
->create();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user