When changing the 'columns' key in the config file to 'flags', a few config references were missed in the Address and Contact model. The Contact model was also referencing the 'addresses' config instead of the 'contacts' config. Minor update, but crucial if you are implementing custom flags. Without the correct reference, the model's fillable property was not being updated thus now allowing you to set the flags when creating an address.
When changing the 'columns' key in the config file to 'flags', a few config references were missed in the Address and Contact model. The Contact model was also referencing the 'addresses' config instead of the 'contacts' config. Minor update, but crucial if you are implementing custom flags. Without the correct reference, the model's fillable property was not being updated thus now allowing you to set the flags when creating an address.