Oleg Zeltser
model A { id Int @id b B[] } model B { id Int @id c C[] } model C { id Int @id text String }