3 lines
99 B
SQL
3 lines
99 B
SQL
ALTER TABLE course_events
|
|
ADD COLUMN is_challenge TINYINT(1) NOT NULL DEFAULT 0 AFTER hasQual;
|