ALTER TABLE unixuser ADD COLUMN storage_softlimit integer DEFAULT 0 NOT NULL; ALTER TABLE unixuser ADD COLUMN storage_hardlimit integer DEFAULT 0;