ALTER TABLE movie_torrents ADD COLUMN size bigint NOT NULL DEFAULT 0; ALTER TABLE episode_torrents ADD COLUMN size bigint NOT NULL DEFAULT 0;