⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
IoTa-pub
All Projects
IoTa-pub
Overview
Activity
Spent time
News
Documents
Wiki
Files
Repository
Download (321 Bytes)
Statistics
| Branch:
master
| Tag:
1.0
1.9
1.99
2.0
2.1
| Revision:
root
/
EpcILoN
/
epcilon_schema.sql
@ 675e977d
View
History
Annotate
create
table
EventToPublish
(
id
integer
auto_increment
,
epc
varchar
(
255
)
not
null
,
eventType
varchar
(
40
)
not
null
,
bizStep
varchar
(
255
)
not
null
,
eventTime
timestamp
not
null
,
lastUpdate
timestamp
not
null
,
owner
varchar
(
255
),
primary
key
(
id
)
);
« Previous
1
2
3
4
5
Next »
(4-4/5)
Loading...