crablog/migrations/2019-06-05-030704_add_view_for_article/down.sql

2 lines
97 B
MySQL
Raw Permalink Normal View History

2019-06-05 07:33:41 +04:00
-- This file should undo anything in `up.sql`
ALTER TABLE "public"."articles" DROP COLUMN "view";