Replicate action do not exclude passed attributes.
I need to replicate records from model 'LegacyClient' to model 'Client'.
In the 'clients' table I do not need some attributes from 'legacy_clients'. Implementing '->excludeAttributes' does not work.
I get:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'sector' in 'field list'.
Any advice...? thanks.
1 Reply
I have also tried passing an array of the attributes needed to be replicated... no luck.