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

Max length on VarChar types #6

Open
TonyGravagno opened this issue Jul 8, 2023 · 0 comments
Open

Max length on VarChar types #6

TonyGravagno opened this issue Jul 8, 2023 · 0 comments

Comments

@TonyGravagno
Copy link
Owner

Support max length

From MySQL :

  `long_name` varchar(100) DEFAULT NULL,
  `short_name` varchar(80) DEFAULT NULL,

From mysql-zod :

  longName: z.string().nullable(),
  shortName: z.string().nullable(),

Allow :

z.string().max(80);
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

1 participant