Sqlite help does not create the table

Good morning, sorry my English (google translation), I badly need your help, I have very little knowledge of kodular, so I am relying on the videos that are on the net, my problem is that the SQlite extension does not create the table, this is the instruction I use

CREATE TABLE IF NOT EXISTS “Bases” (“id” INTEGER NOT NULL, “Code” TEXT NOT NULL, “Product” TEXT NOT NULL, PRIMARY KEY (“id” AUTOINCREMENT));

Hi ! :+1:
Read :point_down:

1 Like

Thanks for the reply

1 Like