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