mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
3 lines
86 B
SQL
3 lines
86 B
SQL
ALTER TABLE stage1_outputs
|
|
ADD COLUMN selected_for_phase2 INTEGER NOT NULL DEFAULT 0;
|