+9
src/db/schema/messages.ts
+9
src/db/schema/messages.ts
···// NOTE:: for an initial mvp, we are supporting only sqlite and storing all the messages in a single table.// for an actual production release, we will likely be storing messages in separate tables or separate sqlite files (depending on config).···