crablog/migrations/2018-10-23-070114_add setting table/up.sql

5 lines
107 B
MySQL
Raw Normal View History

2018-10-23 11:03:46 +04:00
-- Your SQL goes here
CREATE TABLE "public"."setting" (
"name" varchar NOT NULL,
"value" varchar
);