diff --git a/src/entity/log_pull.ts b/src/entity/log_pull.ts index 1075380..b789340 100644 --- a/src/entity/log_pull.ts +++ b/src/entity/log_pull.ts @@ -21,8 +21,7 @@ export class LogPull { filename: string; @Column({ - nullable: true, - length: 32 + nullable: true }) branch_code: string;