mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 22:24:53 +00:00
added description
This commit is contained in:
@ -17,6 +17,9 @@ export class ProjectEntity extends AbstractEntity<ProjectDto> {
|
||||
})
|
||||
public name: string;
|
||||
|
||||
@Column({ length: 255, nullable: true })
|
||||
description: string;
|
||||
|
||||
constructor(partial: Partial<ProjectEntity>) {
|
||||
super();
|
||||
Object.assign(this, partial);
|
||||
|
||||
Reference in New Issue
Block a user