You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-17 09:41:06 +03:00
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
ERROR 138 (HY000) at line 5: Table is not empty. New column has to have a default value if NOT NULL required.
|
|
id newcol1 newcol2
|
|
1 2 10
|
|
id newcol1 newcol2 newcol3
|
|
1 2 10 11
|