You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 :
ie. they sould not be mixed with vachar types, or any others.
The text was updated successfully, but these errors were encountered: