Skip to content

Commit 56886ce

Browse files
fix: remove unuse @column option
1 parent b2f63e5 commit 56886ce

File tree

1 file changed

+0
-1
lines changed
  • typeorm-all-feature/src/entity

1 file changed

+0
-1
lines changed

typeorm-all-feature/src/entity/Aaa.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export class Aaa {
2121
unique: true,
2222
nullable: false,
2323
length: 10,
24-
width: 5,
2524
type: 'varchar',
2625
default: 'bbb'
2726
})

0 commit comments

Comments
 (0)