- Codice internazionale numero + Country
This commit is contained in:
@@ -56,6 +56,24 @@ const SiteSchema = new Schema({
|
||||
pathreg_add: {
|
||||
type: String,
|
||||
},
|
||||
who: {
|
||||
type: String
|
||||
},
|
||||
status: {
|
||||
type: String
|
||||
},
|
||||
note: {
|
||||
type: String
|
||||
},
|
||||
domain_provider: {
|
||||
type: String,
|
||||
},
|
||||
domain_expiring: {
|
||||
type: Date
|
||||
},
|
||||
next_payment: {
|
||||
type: Date
|
||||
},
|
||||
});
|
||||
|
||||
var Site = module.exports = mongoose.model('Site', SiteSchema);
|
||||
|
||||
Reference in New Issue
Block a user