How to set a default value for column based on another column?
For example, if I had this schema:
How could I make the
How could I make the
slug column's default be determined based on title via a slugify function?