Skip to content

Instantly share code, notes, and snippets.

View mununki's full-sized avatar
👨‍💻
Reasoning

woonki mununki

👨‍💻
Reasoning
View GitHub Profile
@mununki
mununki / datamodel.prisma
Created April 5, 2019 17:26
prisma introspect - v1.3.0
// This is generated by v1.3.0
type AccountRatereader @pgTable(name: "account_ratereader") {
id: Int! @unique
readerId: AccountMyuser @pgColumn(name: "reader_id")
relationshipDate: DateTime! @pgColumn(name: "relationship_date")
showerId: AccountMyuser @pgColumn(name: "shower_id")
}
// This is generated by v1.2.x and modified manually to deploy
// eg. generated `@relation(name: "account_ratereaders_readers")` -> modify `@relation(name: "AccountRatereaderReaders")