Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 2 of 2
ALTER TABLE table_name ADD COLUMN column_name column_attributes
ALTER TABLE cars ADD COLUMN color text not null;