@Column('varchar', { name: 'd', nullable: true, comment: '商品id', length: 150, }) ': string | null; 如果字段超长会自动截断,需要注意这个处理操作