On columns where NULL is permitted, the column comment should state what it means for the column to be NULL.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | election-document_nulls-2621482-4-D7.patch | 6.77 KB | liam morland |
On columns where NULL is permitted, the column comment should state what it means for the column to be NULL.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | election-document_nulls-2621482-4-D7.patch | 6.77 KB | liam morland |
Comments
Comment #2
liam morlandThis patch is designed to be committed after the patch in #2615130: Set many database columns NOT NULL and will fail tests until then. With this patch, every column should be either NOT NULL or have a description of what it means when the column is NULL. Please check that the descriptions are correct.
Comment #4
liam morlandReroll. This and other the schema changes can be seen in the Git repository in the branch db-schema-changes. This patch must be applied after the patch in #2615130: Set many database columns NOT NULL.
Comment #6
liam morland