This commit is contained in:
syuilo
2020-02-01 16:57:12 +09:00
parent d00e4433ee
commit f04002188d
3 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import { DriveFile } from './drive-file';
import { id } from '../id';
@Entity()
@Index('IDX_NOTE_TAGS', { synchronize: false })
export class Note {
@PrimaryColumn(id())
public id: string;