⚲
Projet
Général
Profil
Connexion
Accueil
Projets
Aide
Recherche
:
IoTa-pub
Tous les projets
IoTa-pub
Aperçu
Activité
Temps passé
Annonces
Documents
Wiki
Fichiers
Dépôt
Télécharger (321 octets)
Statistiques
| Branche:
master
| Tag:
1.0
1.9
1.99
2.0
2.1
| Révision:
root
/
EpcILoN
/
epcilon-schema.sql
@ 8fd1d584
Voir
Historique
Annoter
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
)
);
« Précédent
1
2
3
4
5
Suivant »
(4-4/5)
Chargement...