Why is user_id column NULL? sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) NOT NULL constraint failed: comment.user_id Flask flyf35 — 9 April 2023 · Comments off Solution comment = Comment(comment=form.comment.data, tag_1=form.tag_1.data, tag_2=form.tag_2.data, tag_3=form.tag_3.data)