2 lines
96 B
SQL
2 lines
96 B
SQL
ALTER TABLE cc_files ADD COLUMN filesize integer NOT NULL
|
|
CONSTRAINT filesize_default DEFAULT 0
|