diff --git a/bin/smartdata/management/sql/entry.sql b/bin/smartdata/management/sql/entry.sql index 0450bb8bce070bdfee31de37d0df87985f363e96..5dbe13782c88435acd220236ba57c71818060adc 100644 --- a/bin/smartdata/management/sql/entry.sql +++ b/bin/smartdata/management/sql/entry.sql @@ -12,6 +12,13 @@ CREATE TYPE smartdata_v1.v1_1_digital ( gw bigint ); +CREATE TYPE smartdata_v1.v1_1_si_blob ( + period int, + gateway bigint, + uncertainty int, + data blob +); + CREATE TYPE smartdata_v1.v1_2_si ( value double, error tinyint, @@ -30,4 +37,11 @@ CREATE TYPE smartdata_v1.v1_2_digital ( y int, z int, gw bigint +); + +CREATE TYPE smartdata_v1.v1_2_si_blob ( + period int, + gateway bigint, + uncertainty int, + data blob ); \ No newline at end of file