SQLite -Überprüfung, ob eine Tabelle vorliegt

CREATE TABLE IF NOT EXISTS table_name (table_definition);
Ugliest Unicorn