mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
parent
39f1484be2
commit
1fd07a640c
@ -10,7 +10,10 @@ export class PersonEntry implements PersonDTO {
|
|||||||
@PrimaryGeneratedColumn({unsigned: true})
|
@PrimaryGeneratedColumn({unsigned: true})
|
||||||
id: number;
|
id: number;
|
||||||
|
|
||||||
@Column(columnCharsetCS)
|
@Column({
|
||||||
|
charset: columnCharsetCS.charset,
|
||||||
|
collation: columnCharsetCS.collation,
|
||||||
|
})
|
||||||
name: string;
|
name: string;
|
||||||
|
|
||||||
@Column('int', {unsigned: true, default: 0})
|
@Column('int', {unsigned: true, default: 0})
|
||||||
|
Loading…
Reference in New Issue
Block a user