Hi I got this error while creating project SQLSTATE23000: Integrity constraint violation: 1048 Column ‘heading’ cannot be null (SQL: insert into tasks
(heading
, description
, start_date
, due_date
, project_id
, priority
, board_column_id
, task_category_id
, created_by
, dependent_task_id
, is_private
, billable
, estimate_hours
, estimate_minutes
, company_id
, updated_at
, created_at
) values (?, aaaaaa
, 2020-10-31 00:00:00, 2020-11-02 00:00:00, 1, medium, 3, 1, 2, ?, 1, 0, 0, 0, 1, 2020-10-29 11:58:25, 2020-10-29 11:58:25))