update
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user