bitque/migrations/2020-08-17-064239_add_time_boundries_to_epic/up.sql

5 lines
106 B
MySQL
Raw Permalink Normal View History

2020-08-17 23:18:51 +02:00
ALTER TABLE epics
ADD COLUMN starts_at TIMESTAMP;
ALTER TABLE epics
ADD COLUMN ends_at TIMESTAMP;