Revision 53ef5f90
Von Tamino Steinert vor 6 Tagen hinzugefügt
SL/DB/Helper/Mappings.pm | ||
---|---|---|
169 | 169 |
oe => 'order', |
170 | 170 |
oe_version => 'order_version', |
171 | 171 |
parts => 'part', |
172 |
parts_parent_variant_id_parts_variant_id => 'PartParentVariantPartVariant', |
|
172 | 173 |
partsgroup => 'parts_group', |
173 | 174 |
part_classifications => 'PartClassification', |
174 | 175 |
part_customer_prices => 'PartCustomerPrice', |
... | ... | |
232 | 233 |
todo_user_config => 'todo_user_config', |
233 | 234 |
transfer_type => 'transfer_type', |
234 | 235 |
translation => 'translation', |
236 |
translation_variant_properties => 'TranslationVariantProperty', |
|
237 |
translation_variant_property_values => 'TranslationVariantPropertyValue', |
|
235 | 238 |
trigger_information => 'trigger_information', |
236 | 239 |
units => 'unit', |
237 | 240 |
units_language => 'units_language', |
238 | 241 |
user_preferences => 'user_preference', |
239 | 242 |
validity_tokens => 'ValidityToken', |
243 |
variant_properties => 'VariantProperty', |
|
244 |
variant_properties_parts => 'VariantPropertyPart', |
|
245 |
variant_property_values => 'VariantPropertyValue', |
|
246 |
variant_property_values_parts => 'VariantPropertyValuePart', |
|
240 | 247 |
vendor => 'vendor', |
241 | 248 |
warehouse => 'warehouse', |
242 | 249 |
); |
Auch abrufbar als: Unified diff
Varianten: SQL-Scripte und ROSE-DB Dateien erstellt