Files

3 lines
81 B
SQL

-- AlterTable
ALTER TABLE `Serie` ADD COLUMN `likes` INTEGER NOT NULL DEFAULT 0;