I am using the SQL tab to paste it into a database.
The statement:
CREATE TABLE qwerty_associations (
id int(11) NOT NULL,
context varchar(50) NOT NULL,
key char(32) NOT NULL
) ;
The error:
1 errors were found during analysis.
A comma or a closing bracket was expected. (near "NOT NULL" at position 108)
Please help.
I am new at this thing.
New contributor
Daljeet Kaur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.