UNPKG
tsdms
Version:
latest (0.1.0)
0.1.0
Time Series Data Management System
bitbucket.org/sharingapples/wscada.net-server
tsdms
/
api
/
models
/
DataOrigin.js
22 lines
(20 loc)
•
327 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module.exports
=
{
tableName:
"data_origin"
,
attributes:
{
dataSource:
{
columnName:
"data_source_id"
,
model:
"DataSource"
,
required:
true
},
code:
{
type:
"string"
,
required:
true
},
timezone:
{
type:
"string"
},
options:
{
type:
"string"
} } }