Skip to content

Commit e95430e

Browse files
committed
remove id
1 parent fa1b239 commit e95430e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example-application/data-access/seeders/20191229151823-countries.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ module.exports = {
1010
// ❌ Anti-Pattern: Seed test records, read "Dealing with data" section for further information
1111
const now = new Date();
1212
await queryInterface.bulkInsert('Orders', [{
13-
id: 1,
14-
userId: 5,
13+
userId: 1,
14+
productId: 5,
1515
createdAt: now,
1616
updatedAt: now,
1717
}], {});

0 commit comments

Comments
 (0)