I created a table and to column assign i assigned a datatype BIGINIT it giving a error "The given datatype BIGINT() contain errors and can not be accepted."
I am using mysql workbench 6.3 CE
I created a table and to column assign i assigned a datatype BIGINIT it giving a error "The given datatype BIGINT() contain errors and can not be accepted."
I am using mysql workbench 6.3 CE
Remove brackets, you are specifying round brackets which are not needed. Right syntax is as follows:
Use only BIGINT