I want to create a table in a SQLite database only if doesn’t exist already. Is there any way to do this? I don’t want to drop the table if it exists, only create it if it doesn’t.
I want to create a table in a SQLite database only if doesn’t exist already. Is there any way to do this? I don’t want to drop the table if it exists, only create it if it doesn’t.