4 lines
121 B
SQL
4 lines
121 B
SQL
|
|
SELECT id, created_at, sender_type, content, extra_data
|
||
|
|
FROM messages
|
||
|
|
WHERE id = 'd212b1eb-6fdb-49b9-986e-3023680b4137';
|