CREATE TABLE func_import_hub_location(
    update_uuid VARCHAR(40) NOT NULL,
    hub_uuid VARCHAR(40) NOT NULL,
    location VARCHAR NOT NULL
);