feat: Add language metadata to notes
This commit is contained in:
parent
2fa0e238b7
commit
a76d3cf861
20 changed files with 630 additions and 923 deletions
|
|
@ -61,6 +61,12 @@ export class MiNote {
|
|||
})
|
||||
public text: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 10,
|
||||
nullable: true,
|
||||
})
|
||||
public lang: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 256, nullable: true,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue