mirror of
https://github.com/Phundrak/georm.git
synced 2025-11-30 19:03:59 +00:00
test: one-to-many relationships work
This commit is contained in:
1
tests/fixtures/o2o.sql
vendored
1
tests/fixtures/o2o.sql
vendored
@@ -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