Allow customising created_at
, updated_at
& deleted_at
column names
#1244
glerchundi
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Friendly pinging @aarondl & @stephenafamo to get a valuable feedback from you two! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some of our services in order to accelerate the time to market couple the API field names with the database column names. We also have a strict API design guidelines that are based on Google's one. In those API design guidelines there are a standard ways of defining properties name: https://google.aip.dev/148.
Taking this into consideration means that in order to implement, for instance, soft deletes, we would like to being able to customise columns that are currently hardcoded within SQLBoiler like
created_at
,updated_at
&deleted_at
.Beta Was this translation helpful? Give feedback.
All reactions