增加字段 数据来源
This commit is contained in:
parent
73ba4e5640
commit
df05fcfb68
@ -23,6 +23,7 @@ const Game = new mongoose.Schema(
|
|||||||
reserve: {type: Number},
|
reserve: {type: Number},
|
||||||
sell: {type: Number},
|
sell: {type: Number},
|
||||||
download: {type: Number},
|
download: {type: Number},
|
||||||
|
source: {type: String, default: 'taptap'}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
collection: 'games',
|
collection: 'games',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user