We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
columns -id (int, primary key, auto increment) -name (varchar 100) -login (varchar 50) -password (varchar 100) -language(varchar 5) -user_type_id(int, foreign key (user_type)) -notes(text) -document(varchar 100)
The text was updated successfully, but these errors were encountered:
feat: create model user #48
e6bf511
feat: create model user #48 (#53)
0143dea
03d54b6
AndreLZGava
No branches or pull requests
columns
-id (int, primary key, auto increment)
-name (varchar 100)
-login (varchar 50)
-password (varchar 100)
-language(varchar 5)
-user_type_id(int, foreign key (user_type))
-notes(text)
-document(varchar 100)
The text was updated successfully, but these errors were encountered: