When i was going to insert a student in my web app it was showing these error can anyone help me out.
Error Number: 1364
Field 'user_status' doesn't have a default value
INSERT INTO
users
(first_name
,last_name
,phone
,profile_image
,username
,password
,ip_address
,created_on
,last_login
,active
) VALUES ('dinesh', 'kumar', '+919591812528', 'fa07b9fc131dc4c7caadac44539c81c4.JPG', 'dinesh kumar', '$2y$08$8KVwr6dQWp8GtsXcFPrRsujqFIBGwdu9MEgMniAXdznXQifCHuDe2', 'dineshprivacy007@gmail.com', '49.207.177.226', 1503992683, 1503992683, 1)Filename: /home/aspireng/aspiresms/models/ion_auth_model.php
Line Number: 872