Commit e4fa276
authored
Enable custom naming for table names (#687)
### Summary & Motivation
Enable custom naming for table names as a follow-up to the **"Simplify
DbContext by extracting aggregate configuration into dedicated
classes"** change from a few pull requests ago. This allows more
flexibility in defining table names instead of relying solely on
convention-based pluralization.
### Checklist
- [x] I have added tests, or done manual regression tests
- [x] I have updated the documentation, if necessaryFile tree
1 file changed
+10
-2
lines changed1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
| |||
0 commit comments