crablog/migrations/2019-06-05-030704_add_view_for_article/down.sql
2019-06-05 11:33:41 +08:00

2 lines
97 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE "public"."articles" DROP COLUMN "view";