-
|
Hi there, I'm new to blitz-js and feel a little confussed when i read the It seems that i have to type all the model fields' definition in the command line and execute it. It will be greate help if anyone could give some advice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You can add the model schema directly to |
Beta Was this translation helpful? Give feedback.
You can add the model schema directly to
db/schema.prismaif you just want to add the model without generating code or using the CLI.