SyntaxFix
Write A Post
Hire A Developer
Questions
Remove the comma
receipt int(10),
And also AUTO INCREMENT should be a KEY
AUTO INCREMENT
double datatype also requires the precision of decimal places so right syntax is double(10,2)
double
double(10,2)