parent
b52fd72727
commit
789d61d175
3 changed files with 13 additions and 1 deletions
|
@ -24,7 +24,7 @@ export class Poll {
|
|||
public multiple: boolean;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 128, array: true, default: '{}',
|
||||
length: 256, array: true, default: '{}',
|
||||
})
|
||||
public choices: string[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue