2 lines
62 B
SQL
2 lines
62 B
SQL
ALTER TABLE events ADD COLUMN title text not null default '';
|
ALTER TABLE events ADD COLUMN title text not null default '';
|