2 lines
61 B
SQL
2 lines
61 B
SQL
alter table `event` add column `notes` varchar(64) not null;
|
alter table `event` add column `notes` varchar(64) not null;
|