MyGit

v1.6.5

amplication/amplication

版本发布时间: 2023-05-24 23:08:41

amplication/amplication最新发布版本:v1.16.4(2024-04-15 20:35:53)

New Features:

Custom Attributes for Prisma Model and Fields

This new feature lets you add custom attributes to your Prisma model and fields. This feature is designed to offer you more flexibility and control over your data structures. It expands the capabilities of our platform and allows for more advanced and personalized configurations of your Prisma models.

Example: customer entity

model attributes - we use: @@index([firstName, isPremium]) @@map("customers") in the custom attributes text box

image

field attributes - we use @default(false) @map("is_premuim_customer") in the custom attributes text box of the isPremium field

image

And the results... 🥁

Screenshot 2023-05-24 at 16 50 02

What's also Changed

Full Changelog: https://github.com/amplication/amplication/compare/v1.6.4...v1.6.5

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-05-24发行的版本