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