Returns create table syrup_log(creation_time BIGINT not null, key_
varchar(255) not null, event INT not null, worker varchar(255) not null,
index(creation_time), index(key_), index(event), index(worker))
ENGINE=InnoDB
Returns create table task(key_ varchar(255) not null, parent_key
varchar(255) not null, function_class varchar(255) not null, name
varchar(255), description varchar(255), parameter varchar(255), environment varchar(255), or_type
SMALLINT not null, worker varchar(255) not null, executable SMALLINT not
null, done SMALLINT not null, creation_time BIGINT not null,
modification_time BIGINT not null, modifications BIGINT not null,
is_parent SMALLINT not null)