4 lines
80 B
SQL
4 lines
80 B
SQL
INSERT INTO `reply`
|
|
(`created`, `entry_id`, `message`)
|
|
VALUES
|
|
(?, ?, ?); |