nowcommunity / nowdatabase

Rebuild of the nowdatabase application for luomus
MIT License
3 stars 1 forks source link

Database camelCase #24

Closed ShootingStar91 closed 4 months ago

ShootingStar91 commented 4 months ago

See if the database fields & types could be made into camel case in backend with sequelize auto

ShootingStar91 commented 4 months ago

They could (with --caseProp c), but it's probably clearest to keep them snake_case. It makes it easier to find the fields that are directly associated with database values in code.