table structural changes in externally connected database

0
Hi, I have an external SQL database for my application which has application table structures and data.  Just wanted to know if its possible to do any table structural changes like adding field or updating length of field inside this SQL directly? If yes, will this create any issues when i use the application? And how can i get these updates to modeler?  
asked
1 answers
2

No you can not. Mendix is the 'owner' of the database so you can not modify the table structures. All that should be done in the modeler so the modeler can make those changes to the database.

Regards,

Ronald

 

answered