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

New Lint > BLOB/binary column > apart table #89

Open
adriens opened this issue Jul 23, 2017 · 0 comments
Open

New Lint > BLOB/binary column > apart table #89

adriens opened this issue Jul 23, 2017 · 0 comments
Labels

Comments

@adriens
Copy link
Collaborator

adriens commented Jul 23, 2017

BINARY should only be used (when they are) in a dedicated table with a very very limited of columns, typically a perfect binary table should look like this :

  • id (int)
  • binary_column
  • a varchar to store the hash

ie. they sould not be mixed with vachar types, or any others.

@mbarre mbarre added the lint label Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants