github prisma/prisma1 1.32.0-beta
Release 1.32.0-Beta (2019-04-17)

latest releases: 1.34.12, 1.34.11, 1.34.10...
pre-release5 years ago

Breaking Changes

The new datamodel syntax introduced in this release is a breaking change. Read the announcement article or learn how to upgrade to the new datamodel version.

Features

  • This release features an improved version of the datamodel syntax. It provides more control over the database layout that Prisma creates. Some of the new features include:
    • Specify whether a relation should use a relation table or foreign keys
    • Model/field names can differ from the names of the underlying tables/columns
    • Use any field as id field and "bring your own ID"
    • Use any field as createdAt or updatedAt fields
  • Introspection for MySQL (prisma/prisma#2506)

Fixes

Don't miss a new prisma1 release

NewReleases is sending notifications on new releases.