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 b2f63e5 commit 56886ceCopy full SHA for 56886ce
typeorm-all-feature/src/entity/Aaa.ts
@@ -21,7 +21,6 @@ export class Aaa {
21
unique: true,
22
nullable: false,
23
length: 10,
24
- width: 5,
25
type: 'varchar',
26
default: 'bbb'
27
})
0 commit comments