Revision 59b16044
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
| SL/DB/Helper/Mappings.pm | ||
|---|---|---|
|
oe => 'order',
|
||
|
oe_version => 'order_version',
|
||
|
parts => 'part',
|
||
|
parts_parent_variant_id_parts_variant_id => 'PartParentVariantPartVariant',
|
||
|
partsgroup => 'parts_group',
|
||
|
part_classifications => 'PartClassification',
|
||
|
part_customer_prices => 'PartCustomerPrice',
|
||
| ... | ... | |
|
todo_user_config => 'todo_user_config',
|
||
|
transfer_type => 'transfer_type',
|
||
|
translation => 'translation',
|
||
|
translation_variant_properties => 'TranslationVariantProperty',
|
||
|
translation_variant_property_values => 'TranslationVariantPropertyValue',
|
||
|
trigger_information => 'trigger_information',
|
||
|
units => 'unit',
|
||
|
units_language => 'units_language',
|
||
|
user_preferences => 'user_preference',
|
||
|
validity_tokens => 'ValidityToken',
|
||
|
variant_properties => 'VariantProperty',
|
||
|
variant_properties_parts => 'VariantPropertyPart',
|
||
|
variant_property_values => 'VariantPropertyValue',
|
||
|
variant_property_values_parts => 'VariantPropertyValuePart',
|
||
|
vendor => 'vendor',
|
||
|
warehouse => 'warehouse',
|
||
|
);
|
||
Auch abrufbar als: Unified diff
Varianten: SQL-Scripte und ROSE-DB Dateien erstellt