Improve ad
This commit is contained in:
parent
3d7c3c39ff
commit
b60f9fbc00
9 changed files with 72 additions and 18 deletions
|
@ -23,11 +23,17 @@ export class Ad {
|
|||
})
|
||||
public place: string;
|
||||
|
||||
// 今は使われていないが将来的に活用される可能性はある
|
||||
@Column('varchar', {
|
||||
length: 32, nullable: false
|
||||
})
|
||||
public priority: string;
|
||||
|
||||
@Column('integer', {
|
||||
default: 1, nullable: false
|
||||
})
|
||||
public ratio: number;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 1024, nullable: false
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue