mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
reduce length of code
This commit is contained in:
parent
8bdd25cd01
commit
54dee861dd
@ -32,7 +32,7 @@ export class TransactionLink extends BaseEntity {
|
|||||||
@Column({ length: 255, nullable: false, collation: 'utf8mb4_unicode_ci' })
|
@Column({ length: 255, nullable: false, collation: 'utf8mb4_unicode_ci' })
|
||||||
memo: string
|
memo: string
|
||||||
|
|
||||||
@Column({ length: 96, nullable: false, collation: 'utf8mb4_unicode_ci' })
|
@Column({ length: 24, nullable: false, collation: 'utf8mb4_unicode_ci' })
|
||||||
code: string
|
code: string
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user