We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b21320 + 742960b commit f891008Copy full SHA for f891008
examples/bun-sqlite/src/schema.ts
@@ -1,4 +1,4 @@
1
-import type { InferModel} from 'drizzle-orm/sqlite-core';
+import type { InferModel } from 'drizzle-orm';
2
import { foreignKey, integer, numeric, sqliteTable, text } from 'drizzle-orm/sqlite-core';
3
4
export const customers = sqliteTable('customer', {
0 commit comments