Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RuiPengLoopbackApi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄卓然
RuiPengLoopbackApi
Commits
5bca8f77
Commit
5bca8f77
authored
Sep 29, 2019
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
83dde14a
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
959 additions
and
0 deletions
+959
-0
another-billorder.js
common/models/another-billorder.js
+5
-0
another-billorder.json
common/models/another-billorder.json
+63
-0
another-billshop.js
common/models/another-billshop.js
+5
-0
another-billshop.json
common/models/another-billshop.json
+78
-0
another-eachmonthorder.js
common/models/another-eachmonthorder.js
+5
-0
another-eachmonthorder.json
common/models/another-eachmonthorder.json
+78
-0
another-eachmonthrevenue.js
common/models/another-eachmonthrevenue.js
+5
-0
another-eachmonthrevenue.json
common/models/another-eachmonthrevenue.json
+78
-0
another-educcourse-1.js
common/models/another-educcourse-1.js
+5
-0
another-educcourse-1.json
common/models/another-educcourse-1.json
+78
-0
another-educcourse-2.js
common/models/another-educcourse-2.js
+5
-0
another-educcourse-2.json
common/models/another-educcourse-2.json
+78
-0
another-interowner.js
common/models/another-interowner.js
+5
-0
another-interowner.json
common/models/another-interowner.json
+108
-0
another-kuanghuan-1.js
common/models/another-kuanghuan-1.js
+5
-0
another-kuanghuan-1.json
common/models/another-kuanghuan-1.json
+108
-0
another-kuanghuan-2.js
common/models/another-kuanghuan-2.js
+5
-0
another-kuanghuan-2.json
common/models/another-kuanghuan-2.json
+108
-0
another-kuanghuan-3.js
common/models/another-kuanghuan-3.js
+5
-0
another-kuanghuan-3.json
common/models/another-kuanghuan-3.json
+108
-0
model-config.json
server/model-config.json
+24
-0
No files found.
common/models/another-billorder.js
0 → 100644
View file @
5bca8f77
'use strict'
;
module
.
exports
=
function
(
Anotherbillorder
)
{
};
common/models/another-billorder.json
0 → 100644
View file @
5bca8f77
{
"name"
:
"AnotherBillorder"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_billorder"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"companyName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
200
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"company_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
200
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
46
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"VALUE"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
46
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-billshop.js
0 → 100644
View file @
5bca8f77
'use strict'
;
module
.
exports
=
function
(
Anotherbillshop
)
{
};
common/models/another-billshop.json
0 → 100644
View file @
5bca8f77
{
"name"
:
"AnotherBillshop"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_billshop"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
200
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
200
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value1"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
45
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value1"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
45
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value2"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
55
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"value2"
,
"dataType"
:
"varchar"
,
"dataLength"
:
55
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-eachmonthorder.js
0 → 100644
View file @
5bca8f77
'use strict'
;
module
.
exports
=
function
(
Anothereachmonthorder
)
{
};
common/models/another-eachmonthorder.json
0 → 100644
View file @
5bca8f77
{
"name"
:
"AnotherEachmonthorder"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_eachmonthorder"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
2
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
2
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
46
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
46
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
},
"companyName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
200
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"company_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
200
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-eachmonthrevenue.js
0 → 100644
View file @
5bca8f77
'use strict'
;
module
.
exports
=
function
(
Anothereachmonthrevenue
)
{
};
common/models/another-eachmonthrevenue.json
0 → 100644
View file @
5bca8f77
{
"name"
:
"AnotherEachmonthrevenue"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_eachmonthrevenue"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
2
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
2
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
46
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
46
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
},
"companyName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
200
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"company_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
200
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-educcourse-1.js
0 → 100644
View file @
5bca8f77
'use strict'
;
module
.
exports
=
function
(
Anothereduccourse1
)
{
};
common/models/another-educcourse-1.json
0 → 100644
View file @
5bca8f77
{
"name"
:
"AnotherEduccourse1"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_educcourse1"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
255
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
255
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value1"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
255
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"value1"
,
"dataType"
:
"varchar"
,
"dataLength"
:
255
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value2"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
10
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value2"
,
"dataType"
:
"int"
,
"dataLength"
:
null
,
"dataPrecision"
:
10
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-educcourse-2.js
0 → 100644
View file @
5bca8f77
'use strict'
;
module
.
exports
=
function
(
Anothereduccourse2
)
{
};
common/models/another-educcourse-2.json
0 → 100644
View file @
5bca8f77
{
"name"
:
"AnotherEduccourse2"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_educcourse2"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
255
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
255
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value1"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
255
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"value1"
,
"dataType"
:
"varchar"
,
"dataLength"
:
255
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value2"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
10
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value2"
,
"dataType"
:
"int"
,
"dataLength"
:
null
,
"dataPrecision"
:
10
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-interowner.js
0 → 100644
View file @
5bca8f77
'use strict'
;
module
.
exports
=
function
(
Anotherinterowner
)
{
};
common/models/another-interowner.json
0 → 100644
View file @
5bca8f77
{
"name"
:
"AnotherInterowner"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_interowner"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value1"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
500
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"value1"
,
"dataType"
:
"varchar"
,
"dataLength"
:
500
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value2"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
50
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"value2"
,
"dataType"
:
"varchar"
,
"dataLength"
:
50
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value3"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
50
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"value3"
,
"dataType"
:
"varchar"
,
"dataLength"
:
50
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value4"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
10
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value4"
,
"dataType"
:
"int"
,
"dataLength"
:
null
,
"dataPrecision"
:
10
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value5"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
10
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value5"
,
"dataType"
:
"int"
,
"dataLength"
:
null
,
"dataPrecision"
:
10
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-kuanghuan-1.js
0 → 100644
View file @
5bca8f77
'use strict'
;
module
.
exports
=
function
(
Anotherkuanghuan1
)
{
};
common/models/another-kuanghuan-1.json
0 → 100644
View file @
5bca8f77
{
"name"
:
"AnotherKuanghuan1"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_kuanghuan1"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
19
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"double"
,
"dataLength"
:
null
,
"dataPrecision"
:
19
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
},
"value2"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
44
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value2"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
44
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value3"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value3"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value4"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
17
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value4"
,
"dataType"
:
"double"
,
"dataLength"
:
null
,
"dataPrecision"
:
17
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-kuanghuan-2.js
0 → 100644
View file @
5bca8f77
'use strict'
;
module
.
exports
=
function
(
Anotherkuanghuan2
)
{
};
common/models/another-kuanghuan-2.json
0 → 100644
View file @
5bca8f77
{
"name"
:
"AnotherKuanghuan2"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_kuanghuan2"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value1"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
19
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value1"
,
"dataType"
:
"double"
,
"dataLength"
:
null
,
"dataPrecision"
:
19
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
},
"value2"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
44
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value2"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
44
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value3"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value3"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value4"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
17
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value4"
,
"dataType"
:
"double"
,
"dataLength"
:
null
,
"dataPrecision"
:
17
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-kuanghuan-3.js
0 → 100644
View file @
5bca8f77
'use strict'
;
module
.
exports
=
function
(
Anotherkuanghuan3
)
{
};
common/models/another-kuanghuan-3.json
0 → 100644
View file @
5bca8f77
{
"name"
:
"AnotherKuanghuan3"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_kuanghuan3"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
19
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"double"
,
"dataLength"
:
null
,
"dataPrecision"
:
19
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
},
"value2"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
44
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value2"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
44
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value3"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value3"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value4"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
17
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value4"
,
"dataType"
:
"double"
,
"dataLength"
:
null
,
"dataPrecision"
:
17
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
server/model-config.json
View file @
5bca8f77
...
...
@@ -696,5 +696,29 @@
"InterAge"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherBillorder"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherKuanghuan1"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherKuanghuan3"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherBillshop"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherInterowner"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherKuanghuan2"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment