-- Your SQL goes here CREATE TABLE local_ai_model_table ( name TEXT PRIMARY KEY NOT NULL, model_type SMALLINT NOT NULL );