-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added length limits and constraint for max length #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All seems fine, but if we use keywords in uppercase, then 'constraint' should be uppercase too. Another thing is - should .sql files be LF or CRLF? Because you have changed line endings to LF, so please do little research about it and if it should be LF - we would need to make similar changes to #5 so all SQL files would be standarized then.
Add eol to LF to .gitattributes for all files except .cs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
Added max length constrains for all text variables in tables
Related issue and/or ticket
RSN-22