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));