mirror of
https://github.com/Phundrak/georm.git
synced 2026-06-10 15:21:32 +02:00
test: one-to-many relationships work
This commit is contained in:
Vendored
+1
@@ -7,4 +7,5 @@ VALUES ('The Lord of the Rings: The Fellowship of the Ring', 1),
|
||||
INSERT INTO reviews (book_id, review)
|
||||
VALUES (1, 'Great book'),
|
||||
(3, 'Awesome book'),
|
||||
(2, 'Probably his best work!'),
|
||||
(2, 'Greatest book');
|
||||
|
||||
Reference in New Issue
Block a user