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