I can't add a new column in my table portfolio

Issue #338 invalid
Former user created an issue

ERROR: NOT NULL constraint failed: portfolio.total This may be a bug that needs to be reported at https://bitbucket.org/phpliteadmin/public/issues?status=new&status=open

Comments (2)

  1. phpLiteAdmin repo owner

    This error is not a bug. It happens when the user tries to insert a row into a table that requires a field (total in this case) to be filled, but the user did not fill it. Since commit 0bc73fa, we do not suggest anymore to report a bug in this case.

  2. Log in to comment