We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d758b commit 2aba912Copy full SHA for 2aba912
packages/common/tests/db/schema/Schema.test.ts
@@ -1,8 +1,7 @@
1
import { describe, it, expect } from 'vitest';
2
import { Schema } from '../../../src/db/schema/Schema';
3
import { Table } from '../../../src/db/schema/Table';
4
-import { column, ColumnType } from '../../../src/db/schema/Column';
5
-import { Column } from '../../../lib';
+import { column, ColumnType, Column } from '../../../src/db/schema/Column';
6
7
describe('Schema', () => {
8
it('should fail if an array of tables using the new syntax is passed to schema', () => {
0 commit comments