You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here we define a list of SQL custom types that could/should be implemented for each table in the migrations. This markdown has been created after the discovery of custom types in SQL and how to convert them to Rust using Diesel (see this repo).
Proposals of custom types
users column first_name, last_name and middle_name should not be empty strings.
Custom types
Here we define a list of SQL custom types that could/should be implemented for each table in the migrations. This markdown has been created after the discovery of custom types in SQL and how to convert them to Rust using Diesel (see this repo).
Proposals of custom types
users
columnfirst_name
,last_name
andmiddle_name
should not be empty strings.user_emails
columnemail
should be a valid email.The text was updated successfully, but these errors were encountered: