[ ] condense the three statement pairs into two by combining NOT NULL and DEFAULT in the first line, like I did for the first time in 034.
[ ] change all CREATE TABLE from the DO $$ format to the direct format for better IDE support. See mig. 035 for first usage. This way it's consistent with all other migrations and the amount of duplication (table/user names) is minimal plus on these items have auto complete and IDE schema check anyway!
DO $$
format to the direct format for better IDE support. See mig. 035 for first usage. This way it's consistent with all other migrations and the amount of duplication (table/user names) is minimal plus on these items have auto complete and IDE schema check anyway!