1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-11 08:50:45 +03:00
Files
2016-01-06 14:08:59 -06:00

5 lines
100 B
SQL

-- Add integer column with 0 default
ALTER TABLE CHANGG
ADD COLUMN DIVORCES INT DEFAULT 0;