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

2 lines
96 B
SQL

-- Your SQL goes here
ALTER TABLE "public"."articles" ADD COLUMN "view" int4 NOT NULL DEFAULT 0;