github prisma/prisma1 1.9.0
1.9.0 (2018-06-05)

latest releases: 1.34.12, 1.34.11, 1.34.10...
5 years ago

Changes

Bugfixes

Features

  • We iterated on our support for existing Postgres databases. Most notably column names don't have to match field names anymore. If the name of a field diverges from the underlying column name, you can specify this as field: String @pgColumn(name:"my_column_name")

Don't miss a new prisma1 release

NewReleases is sending notifications on new releases.