Revision 3d433e1f
Von Tamino Steinert vor 11 Monaten hinzugefügt
- ID 3d433e1f69add82bd4c654e7ca6b1071a35e0c86
- Vorgänger 9da868aa
SL/DB/Helper/Mappings.pm | ||
---|---|---|
168 | 168 |
oe => 'order', |
169 | 169 |
oe_version => 'order_version', |
170 | 170 |
parts => 'part', |
171 |
parts_parent_variant_id_parts_variant_id => 'PartParentVarientPartVarient', |
|
171 | 172 |
partsgroup => 'parts_group', |
172 | 173 |
part_classifications => 'PartClassification', |
173 | 174 |
part_customer_prices => 'PartCustomerPrice', |
... | ... | |
231 | 232 |
todo_user_config => 'todo_user_config', |
232 | 233 |
transfer_type => 'transfer_type', |
233 | 234 |
translation => 'translation', |
235 |
translation_varient_properties => 'TranslationVarientProperty', |
|
236 |
translation_varient_property_values => 'TranslationVarientPropertyValue', |
|
234 | 237 |
trigger_information => 'trigger_information', |
235 | 238 |
units => 'unit', |
236 | 239 |
units_language => 'units_language', |
237 | 240 |
user_preferences => 'user_preference', |
238 | 241 |
validity_tokens => 'ValidityToken', |
242 |
variant_properties => 'VarientProperty', |
|
243 |
varient_properties_parts => 'VarientPropertyPart', |
|
244 |
variant_property_values => 'VarientPropertyValue', |
|
245 |
varient_property_values_parts => 'VarientPropertyValuePart', |
|
239 | 246 |
vendor => 'vendor', |
240 | 247 |
warehouse => 'warehouse', |
241 | 248 |
); |
Auch abrufbar als: Unified diff
Varianten: SQL-Scripte und ROSE-DB Dateien erstellt