id_executed ( source_uuid CHAR(36) NOT NULL COMMENT 'uuid of the source where the transaction was originally executed.', interval_start BIGINT NOT NULL COMMENT 'First number of interval.', interval_end BIGINT NOT NULL COMMENT 'Last number of interval.', PRIMARY KEY(source_uuid, interval_start))";