wrapping up: membership id transfer
This commit is contained in:
parent
c173f917e3
commit
632a8290ac
4 changed files with 45 additions and 26 deletions
|
@ -7,12 +7,6 @@ export class membership {
|
|||
@PrimaryColumn({ generated: "increment", type: "int" })
|
||||
id: number;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
@Column({ type: "varchar", length: 255, unique: true, nullable: true })
|
||||
internalId?: string;
|
||||
|
||||
@Column({ type: "date" })
|
||||
start: Date;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue