Manual creation of DB objects

1
Hi All, We have a requirement where certain tables have to be created manually in the database and will be used by other application for integration. The data will be replicated from these tables to Mendix tables. What is the best way to do this? To execute the DDL as part of after startup microflow? Please advise. Thanks
asked
1 answers
2

The Mendix database is managed by Mendix. Other application may look in the database and may read data but those table can only be created by Mendix.

Better use an intermediate database for integration and the database replication module from the appstore to replicate this data to the Mendix database.

answered