crablog/migrations/2018-10-23-071346_add setting/up.sql
2018-10-23 15:22:52 +08:00

3 lines
145 B
SQL

-- Your SQL goes here
INSERT INTO setting ("name", "value")
VALUES ('title', 'rubble'), ('description', 'description of rubble application');