This reverts commit f8a2aea7fa.
f8a2aea7fa
#8852
* chore: remove default null null is always the default value if a table column is nullable, and typeorm's @Column only accepts strings for default. * chore: synchronize code with database schema * chore: sync generated migrations with code