2 lines
97 B
MySQL
2 lines
97 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
ALTER TABLE "public"."articles" DROP COLUMN "view";
|