Sha256: 33ab56b219b14e2872e2bb15bd620bcc4a4d156e5342b687006be2d3057e687a

Contents?: true

Size: 690 Bytes

Versions: 2

Compression:

Stored size: 690 Bytes

Contents

User
    fields
        _id, type: StringId, default: -> { BSON::ObjectId.new }
        email, type: String
        first_name, type: String
        last_name, type: String
        name, type: String
        created_by_id, type: String

    Address
        association: one to many
        fields:
            first_name, type: String
            last_name, type: String
            company, type: String
            street, type: String
            street_2, type: String
            city, type: String
            region, type: String
            postal_code, type: String
            country, type: Country
            phone_number, type: String
            phone_extension, type: String

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-magento_migrator-1.0.1 lib/field-mapping/fields_for_workarea_customer_module.md
workarea-magento_migrator-1.0.0.pre lib/field-mapping/fields_for_workarea_customer_module.md