feat(pharmacy): add active ingredient field to item master
This commit is contained in:
@ -100,6 +100,12 @@ export class ItemMaster {
|
|||||||
})
|
})
|
||||||
strength?: number;
|
strength?: number;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
type: "text",
|
||||||
|
nullable: true,
|
||||||
|
})
|
||||||
|
active_ingredient?: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
type: "boolean",
|
type: "boolean",
|
||||||
default: true,
|
default: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user