3 lines
105 B
MySQL
Raw Permalink Normal View History

-- Your SQL goes here
ALTER TABLE upload_file_table ADD COLUMN is_finish BOOLEAN NOT NULL DEFAULT FALSE;