This commit is contained in:
Nico Schottelius 2016-10-22 22:42:00 +02:00
commit 92edc34c37
19 changed files with 0 additions and 657 deletions

View file

@ -0,0 +1 @@
create table packets ( id SERIAL, received_dt timestamp default now(), provider varchar(128), packet json, payload varchar(128), deveui varchar(128) );