--- mqtt/etc/mqtt_pub.sql 2011/11/23 00:47:50 1.1.2.1 +++ mqtt/etc/mqtt_pub.sql 2011/11/24 13:28:37 1.1.2.3 @@ -3,10 +3,11 @@ BEGIN TRANSACTION; CREATE TABLE Online ( Username varchar(64) not null, RemoteHost varchar(64) not null, -RepotePort smallint not null, +RemotePort smallint unsigned not null, Stamp timestamp); CREATE TABLE Topics ( id integer not null primary key, +Retain char not null, Topic varchar(255) not null, Value text, PubUser varchar(64) not null,