dbal-clickhouse icon indicating copy to clipboard operation
dbal-clickhouse copied to clipboard

Error when trying to create nullable fixed string

Open demenkov opened this issue 6 years ago • 0 comments

In migration when I add.

$table->addColumn('field', Type::STRING, ['length' => 3, 'notnull' => false]);

Error Unknown database type nullable(fixedstring(3)) requested, FOD\DBALClickHouse\ClickHousePlatform may not support it.

demenkov avatar Nov 26 '18 12:11 demenkov