I executed my schema.sql that was saved locally and contains `CREATE TABLE IF NOT EXISTS Messages (i
I executed my schema.sql that was saved locally and contains
CREATE TABLE IF NOT EXISTS Messages (id TEXT, userId TEXT, content TEXT); but when I try to select from Messages it says the table doesn't exist?


