UNPKG
sails-application-generator
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
command line tool
github.com/praveen4554/sails-pluggable
praveen4554/sails-pluggable
sails-application-generator
/
sailsapp
/
api
/
models
/
Jobs.js
13 lines
(12 loc)
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports
=
{
attributes:
{
name:
{
type:
'text'
,
required:
true
, },
type:
{
type:
'string'
,
required:
true
, } } }
;