1 2 3 4 5 6 7 8 9 10 11 12
datasource db { provider = "postgres" url = env("DATABASE_URL") } model User { id Uuid @id } model User { id Uuid @id }