|
|
@Column({ name: 'name', type: 'varchar', length: 255 })
|
|
@Column({ name: 'name', type: 'varchar', length: 255 })
|
|
|
- @Column({ name: 'type', type: 'varchar', length: 50, nullable: true, comment: '文件类型' })
|
|
|
|
|
|
|
+ @Column({ name: 'type', type: 'varchar', length: 100, nullable: true, comment: '文件类型' })
|
|
|
@Column({ name: 'size', type: 'int', unsigned: true, nullable: true, comment: '文件大小,单位字节' })
|
|
@Column({ name: 'size', type: 'int', unsigned: true, nullable: true, comment: '文件大小,单位字节' })
|