add slug to catalogue
This commit is contained in:
@@ -13,6 +13,9 @@ export class Catalogue extends BaseEntity {
|
||||
@Property({ type: "varchar", length: 255})
|
||||
name!: string;
|
||||
|
||||
@Property({ type: "varchar", length: 255, nullable: false })
|
||||
slug!: string;
|
||||
|
||||
@Property({ type: "json" })
|
||||
content!: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user