This commit is contained in:
@ -49,7 +49,12 @@ export class Idea {
|
||||
@Column({ type: 'varchar', length: 100, nullable: true })
|
||||
module: string | null;
|
||||
|
||||
@Column({ name: 'target_audience', type: 'varchar', length: 255, nullable: true })
|
||||
@Column({
|
||||
name: 'target_audience',
|
||||
type: 'varchar',
|
||||
length: 255,
|
||||
nullable: true,
|
||||
})
|
||||
targetAudience: string | null;
|
||||
|
||||
@Column({ type: 'text', nullable: true })
|
||||
|
||||
Reference in New Issue
Block a user