Open perguth opened 1 year ago
Supporting dynamic defaults
is part of our roadmap. Related to discussion: https://github.com/centerofci/mathesar/discussions/2272.
hi, has this issue been assigned? if not, you may assign it to me.
Hi @TheHotatoPotato no, this has the label restricted:maintainers
Problem
When selecting
today
as the default value for a column it sets the default to the current days date.Proposed solution
When selecting a default value for a column it would be helpful to keep
today
as meaning "always the date on which the new record will be created" (default CURRENT_DATE
in SQL) instead of translating it into the concrete date of today.Additional context