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.
createTable
1 parent 4d5f677 commit fd48ea7Copy full SHA for fd48ea7
test/operations/tables/createTable.spec.ts
@@ -12,7 +12,6 @@ describe('operations', () => {
12
expect(createTableFn).toBeTypeOf('function');
13
});
14
15
- // TODO @Shinigami92 2024-03-12: This should throw an error when columns are empty
16
it('should return sql statement', () => {
17
const statement = createTableFn('films', {});
18
0 commit comments