You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-09-16 09:16:27 +02:00
@@ -10,7 +10,10 @@ export class PersonEntry implements PersonDTO {
|
||||
@PrimaryGeneratedColumn({unsigned: true})
|
||||
id: number;
|
||||
|
||||
@Column(columnCharsetCS)
|
||||
@Column({
|
||||
charset: columnCharsetCS.charset,
|
||||
collation: columnCharsetCS.collation,
|
||||
})
|
||||
name: string;
|
||||
|
||||
@Column('int', {unsigned: true, default: 0})
|
||||
|
Reference in New Issue
Block a user