UNPKG
tsdms
Version:
latest (0.1.0)
0.1.0
Time Series Data Management System
bitbucket.org/sharingapples/wscada.net-server
tsdms
/
api
/
models
/
StationResource.js
15 lines
(13 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports
=
{
tableName:
"station_resource"
,
attributes:
{
station:
{
columnName:
"station_id"
,
model:
'Station'
},
resource:
{
columnName:
"resource_id"
,
model:
'Resource'
} } }