| 1 | import { sqliteTable, text, integer, index, primaryKey, real, uniqueIndex } from "drizzle-orm/sqlite-core" |
| 2 | import * as DatabasePath from "../database/path" |
| 3 | import { ProjectTable } from "../project/sql" |
| 4 | import type { SessionMessage } from "./message" |