what changed in appmaker?
Some time ago i could do:
Select a table from the list on the next page and click Import to create your model. You can import any table that's not a join table.
based on information: https://developers.google.com/appmaker/models/cloudsql#connect_your_app_to_an_existing_custom_google_cloud_sql_database - on Connect your app to an existing custom Google Cloud SQL database
Now this option is not available, only is available: Create a new table is a SQL database managed by App Maker.
This is not the option i want, i have already all my tables in DB.
The only option i see here is use Calculated SQL or delete all tables from DB and create from the app.
There is any workaround for this and do what i have done until now: using the import option?
Regards