VY
я на такое уже натыкался;
пришел к тому, что пока я не умею сам собирать образ контейнера - не использую их....
Size: a a a
VY
VY
С
AB
ДК
ДК
A¯
`is_closed` tinyint(1) DEFAULT 0 COMMENT 'True, if the poll is closed',
$table->addColumn('tinyInteger', 'is_closed', ['lenght' => 1, 'default' => 0])->comment('True, if the poll is closed');
VY
С
R#
С
С
ДК
A¯
`is_closed` tinyint(1) DEFAULT 0 COMMENT 'True, if the poll is closed',
$table->addColumn('tinyInteger', 'is_closed', ['lenght' => 1, 'default' => 0])->comment('True, if the poll is closed');
.ERROR: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'is_closed'
VY
С
С
С
С
VY