Hello all,
i want to write the value '415320900000' in some Enum-value and the compiler gives me the Error:
Data truncated for column 'EnumColumn' at row 1
i was searching in google and i found out, that this error means that the value i want to write is bigger than the value Enum accept.
any idea how to solve this problem 
|