mirror of
https://github.com/mvvasilev/findtheti.me.git
synced 2025-04-19 21:49:53 +03:00
2 lines
89 B
MySQL
2 lines
89 B
MySQL
|
ALTER TABLE events.event
|
||
|
ADD COLUMN IF NOT EXISTS duration INTEGER NOT NULL DEFAULT (60);
|