Ryan Roline
09/21/2022, 5:36 PMven v
09/21/2022, 5:38 PMRyan Roline
09/21/2022, 5:41 PM"crossFileRelations": trueprisma-util.config.jsonnpx prisma-util initRyan Roline
09/21/2022, 5:41 PMven v
09/21/2022, 5:42 PMRyan Roline
09/21/2022, 5:47 PMRyan Roline
09/21/2022, 5:48 PMven v
09/21/2022, 9:18 PMRyan Roline
09/21/2022, 9:31 PMRyan Roline
09/21/2022, 9:32 PMVladi Stevanovic
David Hancu
09/22/2022, 8:40 AMDavid Hancu
09/22/2022, 8:49 AMschema.table1test.table2schema.table1model Table1 {
   id Int @id @default(autoincrement())
   tableName String
}test.table2model Table2 {
   id Int @id @default(autoincrement())
   tableId Int
   table Table1 @relation(fields: [tableId], references: [id])
}"relations": {
   "test.table2:Table2.table": "schema.table1:Table1"
}test.table2David Hancu
09/22/2022, 8:50 AM