FriendsOfDoctrine / dbal-clickhouse

Doctrine DBAL driver for ClickHouse database
GNU General Public License v3.0
98 stars 80 forks source link

Error when trying to create nullable fixed string #19

Open demenkov opened 5 years ago

demenkov commented 5 years ago

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.