CREATE TABLE hrsa_elog_version (
id bigint(0) NOT NULL,
mainTable varchar(255) NULL,
version bigint(0) NULL,
PRIMARY KEY (id) USING BTREE
) ;