Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to generate maxlength info ? #32

Closed
xiangnanscu opened this issue Mar 11, 2022 · 1 comment
Closed

how to generate maxlength info ? #32

xiangnanscu opened this issue Mar 11, 2022 · 1 comment

Comments

@xiangnanscu
Copy link

say in .prisma file:

bz       String?   @default("") @db.VarChar(666)

will generate in .dbml file:

bz String [default: '']

the 666 info is lost.

@marcjulian
Copy link
Member

marcjulian commented Mar 11, 2022

@xiangnanscu is related to #18, once that is implemented the info should appear as a note. Closing it as already described in the related issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants