2 lines
117 B
SQL
2 lines
117 B
SQL
alter table event add column recurringEventId int not null;
|
|
INSERT INTO incrementer VALUES ('recurringEventId',1);
|