def global_model(cls):
    cls.__table_args__ = {'schema': 'hub_global'}
    return cls
