update package.json
This commit is contained in:
parent
97ffae009b
commit
874b863b1e
4 changed files with 159 additions and 98 deletions
|
@ -39,8 +39,8 @@ export class member {
|
|||
@Column({ type: "varchar", length: 255, unique: true, nullable: true })
|
||||
internalId?: string;
|
||||
|
||||
@Column({ type: "varchar", length: 255 })
|
||||
note: string;
|
||||
@Column({ type: "varchar", length: 255, nullable: true })
|
||||
note?: string;
|
||||
|
||||
@Column()
|
||||
salutationId: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue