wip: clip
This commit is contained in:
parent
ea33d61a90
commit
d53c55ecb5
15 changed files with 699 additions and 11 deletions
|
|
@ -35,4 +35,10 @@ export class Clip {
|
|||
default: false
|
||||
})
|
||||
public isPublic: boolean;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 2048, nullable: true, default: null,
|
||||
comment: 'The description of the Clip.'
|
||||
})
|
||||
public description: string | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue