Hi, when i create my "Set Id" record with multiselect "outlet" then this error pop up `Column 'set_id' cannot be null (SQL: insert into `outlet_set_ids` (`outlet_id`, `set_id`) values (13, ))` The set_id is missing. My table structure : set_ids table outlets table outlet_set_ids table Then i wish to create the set id record append with the outlets data. <img width="1187" alt="Screen Shot 2019-05-31 at 11 35 51 AM" src="https://user-images.githubusercontent.com/8252838/58679961-46f15700-8398-11e9-8538-6928c6f94be9.png"> Did I miss out something? Please help. Thanks
Hi, when i create my "Set Id" record with multiselect "outlet" then this error pop up
Column 'set_id' cannot be null (SQL: insert intooutlet_set_ids(outlet_id,set_id) values (13, ))The set_id is missing.
My table structure :
set_ids table
outlets table
outlet_set_ids table
Then i wish to create the set id record append with the outlets data.
Did I miss out something? Please help.
Thanks