PashaBiceps Posted April 21, 2019 Share Posted April 21, 2019 Estou tento esse erro nessa linha, como posso resolver? Obrigado a toda ajuda dbExec(database, "CREATE TABLE IF NOT EXISTS items (id INT, itemValue TEXT, itemID INT, type TEXT, owner TEXT, slot INT, index INT)") dbExec failed; (1) near "index": syntax error Link to comment
DNL291 Posted April 21, 2019 Share Posted April 21, 2019 Parece ser por causa de um símbolo que não é visível depois de INT, remova-o que deve funcionar. 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now