3 lines
62 B
SQL
3 lines
62 B
SQL
INSERT INTO posts (title, body)
|
|
VALUES ({{title}}, {{body}});
|
INSERT INTO posts (title, body)
|
|
VALUES ({{title}}, {{body}});
|