cylinder entity umbenannnt
This commit is contained in:
@@ -23,7 +23,7 @@ export class Cylinder {
|
||||
@Column({ name:'description', type: 'text', nullable: true })
|
||||
description: string;
|
||||
|
||||
@Column({name: 'is_digital', type: 'boolean', default: false})
|
||||
@Column({name: 'digital', type: 'boolean', default: false})
|
||||
isDigital: boolean;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user