create index

This commit is contained in:
kakkokari-gtyih
2023-11-26 14:39:24 +09:00
parent 5af3785a48
commit 43b08be64b
@@ -29,6 +29,7 @@ export class MiUserProfile {
})
public location: string | null;
@Index()
@Column('char', {
length: 10, nullable: true,
comment: 'The birthday (YYYY-MM-DD) of the User.',