https://laravel-backpack.readme.io/v3.0/docs/newscrud
I follow this code to make n-n relation but when i add a new record to the subscriptions (articles in the example) table i get an error
SQLSTATE[HY000]: General error: 1364 Field 'name' doesn't have a default value (SQL: insert into features (updated_at, created_at) values (2019-02-25 07:21:45, 2019-02-25 07:21:45))
this is the error >> featuers table is (tags table in the example) but should not create on it is should create the record in the subscription_feature table (article_tag in the example)