-
I've been attempting to use Jet with a database which has a table having a column called A simplified example is shown below:
Thus, the
results in an error: Renaming the column in the database itself isn't an option as the database has been mature and in use for many years. So I wanted to know if it's possible to instead generate the From my research, I've seen it's possible to change the types of columns, but I have found nothing about renaming columns. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @rhodeon, it is possible using generator customization. Check this test as example. |
Beta Was this translation helpful? Give feedback.
Hi @rhodeon, it is possible using generator customization. Check this test as example.