reduce length of code

This commit is contained in:
Moriz Wahl 2022-03-09 15:12:25 +01:00
parent 8bdd25cd01
commit 54dee861dd

View File

@ -32,7 +32,7 @@ export class TransactionLink extends BaseEntity {
@Column({ length: 255, nullable: false, collation: 'utf8mb4_unicode_ci' })
memo: string
@Column({ length: 96, nullable: false, collation: 'utf8mb4_unicode_ci' })
@Column({ length: 24, nullable: false, collation: 'utf8mb4_unicode_ci' })
code: string
@Column({