This commit is contained in:
fro1991
2025-11-23 13:49:03 +09:00
parent 7a3272160e
commit db6281149a

View File

@ -14,6 +14,7 @@ export class CifAccount {
@PrimaryGeneratedColumn("uuid") @PrimaryGeneratedColumn("uuid")
id: string; id: string;
@Index()
@Column({ @Column({
nullable: true, nullable: true,
length: 12, length: 12,
@ -26,6 +27,7 @@ export class CifAccount {
}) })
name: string; name: string;
@Index()
@Column({ @Column({
nullable: true, nullable: true,
length: 20, length: 20,