| 1 | import { foreignKey, index, int, integer, sqliteTable, text, uniqueIndex } from 'drizzle-orm/sqlite-core'; |
| 2 | import { JsonRecreateTableStatement } from 'src/jsonStatements'; |
| 3 | import { expect, test } from 'vitest'; |
| 4 | import { diffTestSchemasLibSQL } from './schemaDiffer'; |
nothing calls this directly
no test coverage detected