hi,
i use the index for my table
e.g.
db.executesql('CREATE INDEX IF NOT EXISTS category ON blog_category
(category);')but when i check on the sql log it didn't appears create index, is it normal or not? maybe my code is wrong, please give an advice or pointer about this. many thanks before

