2 -- @description: Tabelle für Shops
 
   3 -- @depends: release_3_5_0 customer_klass_rename_to_pricegroup_id_and_foreign_key
 
   9   obsolete BOOLEAN NOT NULL DEFAULT false,
 
  11   connector text,     -- hardcoded options, e.g. xtcommerce, shopware
 
  12   pricetype text,     -- netto/brutto
 
  13   price_source text,  -- sellprice/listprice/lastcost or pricegroup id
 
  15   last_order_number INTEGER,
 
  16   orders_to_fetch INTEGER,
 
  19   login text,  -- "user" is reserved