Can I reference a function in a column check constraint, when the function doesn't yet exist, i.e. a the time of table creation?
Or is it better to make the table, create the function, then alter table with a check constraint?