CREATE TABLE sequences (
  table_name varchar(64) DEFAULT '' NOT NULL,
  _seq bigint(21) unsigned
);
