| 1 | import { sql } from 'drizzle-orm'; |
| 2 | import { int, mysqlTable, mysqlView } from 'drizzle-orm/mysql-core'; |
| 3 | import { expect, test } from 'vitest'; |
| 4 | import { diffTestSchemasMysql } from './schemaDiffer'; |
nothing calls this directly
no test coverage detected