1

Is it possible to setup Aqueduct ORM to use underscored names for database columns (so if I have field "someField" in model class it will be stored as "some_field" in the database)? Or may be it is at least possible to override column name by some annotation? I have legacy database schema with underscored names and I cannot change it).

kiv_apple
  • 491
  • 3
  • 13

1 Answers1

0

This is not supported yet, as of May 2020. Please upvote the associated Github issue.

codewario
  • 19,553
  • 20
  • 90
  • 159
Andrey Gordeev
  • 30,606
  • 13
  • 135
  • 162