Robin is using the Developer Tools to inspect web databases, so trying there a select * from query while debugging is perfectly fine.
I can reproduce it as well (see the screenshot below) using the latest canary build on Windows, using the following statements -
CREATE TABLE topic (topic_id TEXT PRIMARY KEY NOT NULL, topic_name TEXT UNIQUE NOT NULL, 'topic description' TEXT)
insert into topic (topic_id, topic_name) values ('1', '1')
select * from topic
However, it does not reproduce if I create the table without the topic description field definition.
You can search
crbug.com for an existing issue and star it. If you cannot find one, file a new issue using the "New issue" link on the same page.
Please, do not add a "+1" or "Me too" or "Confirmed" (or similar) comment. It just wastes the time of Chrome engineers and sends unnecessary e-mails to all of the people who starred the issue.
You can reply with a link to the found or created issue and might get triaged (and fixed) faster.