+ Column('ram_quota_single', Integer, nullable=True),
+ Column('disk_quota_total', Integer, nullable=True),
+ Column('disk_quota_single', Integer, nullable=True),
+ Column('vms_quota_total', Integer, nullable=True),
+ Column('vms_quota_active', Integer, nullable=True))