A Database Error Occurred

Error Number: 1048

Column 'user_uniq' cannot be null

INSERT INTO `basket` (`user_id`, `user_uniq`, `piece`, `product_id`) VALUES (NULL, NULL, 1, '62230')

Filename: models/Base_model.php

Line Number: 221