the console tab? can you DM me what you were trying to run, I'll try fix it tomorrow
the console tab? can you DM me what you were trying to run, I'll try fix it tomorrow

CREATE TABLE my_table (my_field TEXT);
-- need to use double apostrophe instead of backslash escaping
INSERT INTO my_table VALUES ('body with escaped string can\'t be done');