1 line
123 B
SQL
1 line
123 B
SQL
ALTER TABLE users ADD COLUMN animal_list_view TEXT NOT NULL DEFAULT 'table' CHECK(animal_list_view IN ('table','mosaic'));
|