Manasseh
11/15/2023, 12:51 AMAndrew O'Hara
11/15/2023, 5:26 AMColumn<T>.default
and Column<T>.defaultExpression
can be used to set a default in the schema, but you can also use Column<T>.clientDefault
to generate the default programmatically by the client on save.Manasseh
11/15/2023, 4:46 PMAndrew O'Hara
11/15/2023, 5:23 PMManasseh
11/15/2023, 7:12 PM