3 lines
145 B
MySQL
3 lines
145 B
MySQL
|
-- Your SQL goes here
|
||
|
INSERT INTO setting ("name", "value")
|
||
|
VALUES ('title', 'rubble'), ('description', 'description of rubble application');
|