object_to_store

  • Objekt zu Shop Zuweisung

    Struktur


    Feldname Datentyp Beschreibung
    object_id int(11) NOT NULL Objekt ID
    object_type_id int(11) NOT NULL Objekt Typ ID (ref. object_type)
    store_all tinyint(1) unsigned default '0' Store Zuweisung an alle Stores
    store_n tinyint(1) unsigned default '0' Store Zuweisung (0/1) (n wird durch Store ID ersetzt, ref. ms_store)


    Indize

    Indextyp Indexname Indexspalten
    PRIMARY KEY object_id, object_type_id
    KEY idx_store_n_n_store_all store_n, store_all

Share