timm
06/06/2018, 11:55 PMsongs: [Song!]! @relation(name: "ArtistOnSong", onDelete: SET_NULL)
in my data model, does the [Song!]!
enforce that I must have at least one Song in an array type, or just an array type?Christian
06/07/2018, 7:15 AMnull
, [..!]
enforces that the entries in the array cannot be null
Christian
06/07/2018, 7:16 AMtimm
06/07/2018, 1:35 PM