dbal-clickhouse
dbal-clickhouse copied to clipboard
Error when trying to create nullable fixed string
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.