1 line
111 B
SQL
1 line
111 B
SQL
ALTER TABLE users ADD COLUMN agenda_view TEXT NOT NULL DEFAULT 'month' CHECK(agenda_view IN ('month','week'));
|