update hospital information entity to allow null values for code field
This commit is contained in:
@ -32,7 +32,7 @@ export class HospitalInformation {
|
|||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
type: 'text',
|
type: 'text',
|
||||||
nullable: false,
|
nullable: true,
|
||||||
})
|
})
|
||||||
code: string;
|
code: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user