3 lines
143 B
SQL
3 lines
143 B
SQL
INSERT INTO migration.functions as f (filename, definition, executed_at, up, down, version)
|
|
VALUES (?, ?, now(), ?, ?, ?)
|
|
RETURNING to_json(f); |