add link sharing
This commit is contained in:
13
app/models/v1/Invite.model.js
Normal file
13
app/models/v1/Invite.model.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Invite Model
|
||||
* -------------------------------------------------------------
|
||||
* Put some description here!
|
||||
*/
|
||||
const Invite = {
|
||||
project_id: String,
|
||||
by_user_id: String,
|
||||
created_on: Date,
|
||||
used: { type: Boolean, default: false }
|
||||
}
|
||||
|
||||
module.exports = exports = Invite
|
||||
Reference in New Issue
Block a user