This website requires JavaScript.
Explore
Help
Register
Sign In
priyatham
/
Cantilever-Labs
Watch
1
Star
0
Fork
You've already forked Cantilever-Labs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
22145f546d
Cantilever-Labs
/
.history
/
models
/
Coupon_20210503151154.js
7 lines
108 B
JavaScript
Raw
Blame
History
const
mongoose
=
require
(
'mongoose'
)
const
coupon
=
mongoose
.
Schema
(
{
coupon
:
{
type
:
String
}
}
)
Reference in New Issue
View Git Blame
Copy Permalink