feat: add user_id on NursingAction

This commit is contained in:
Iki
2026-06-09 16:46:04 +09:00

View File

@ -112,6 +112,9 @@ export class EmrPatient {
@Column({ nullable: true, length: 128 }) @Column({ nullable: true, length: 128 })
telephone: string; telephone: string;
@Column({ nullable: true, length: 128 })
tag_id: string;
@Column() @Column()
@CreateDateColumn() @CreateDateColumn()
created_at: Date; created_at: Date;