We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6336bbf + 372eb9c commit 83be088Copy full SHA for 83be088
2 files changed
common/models/chatdetail.json
@@ -5,6 +5,9 @@
5
"options": {
6
"validateUpsert": true
7
},
8
+ "mixins": {
9
+ "FireLoop": true
10
+ },
11
"mysql": {
12
"schema": "loopbackdb",
13
"table": "chatdetail"
@@ -58,6 +61,22 @@
58
61
59
62
"_selectable": true
60
63
64
+ "RoomChatId": {
65
+ "type": "Number",
66
+ "required": false,
67
+ "length": null,
68
+ "precision": 10,
69
+ "scale": 0,
70
+ "mysql": {
71
+ "columnName": "RoomChatId",
72
+ "dataType": "int",
73
+ "dataLength": null,
74
+ "dataPrecision": 10,
75
+ "dataScale": 0,
76
+ "nullable": "N"
77
78
+ "_selectable": false
79
80
"id": {
81
"type": "Number",
82
"id": true,
common/models/roomchat.json
"table": "roomchat"
0 commit comments