I have created a new module with a table (distribution_channel)
I want to get new created fields in magento catalog rule in condition selection after (customer attributes
We will need to take the following steps to add the new attribute:
1. Create a new module.
2. Add an InstallData script.
3. Add a source model.
4. Add a backend model.
5. Add a frontend model.
6. Execute the InstallData script and verify that it works.