@@ -13,7 +13,7 @@ export class Moments {
@Column()
title: string
- @Column()
+ @Column({ type: 'text' })
content: string
@Column({ default: 0 })