如何导入数据库中存在的 table

How to import a table existing in DB

appmaker 有什么变化?

前段时间我能做到:

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.

基于信息:https://developers.google.com/appmaker/models/cloudsql#connect_your_app_to_an_existing_custom_google_cloud_sql_database - 将您的应用程序连接到现有的自定义 Google 云 SQL 数据库

现在这个选项不可用,只有: 创建一个新的 table 是一个由 App Maker 管理的 SQL 数据库。

这不是我想要的选项,我的所有 table 都已经在数据库中了。

我在这里看到的唯一选择是使用计算 SQL 或从数据库中删除所有 table 并从应用程序创建。

对此有任何解决方法并执行我到目前为止所做的事情:使用导入选项?

此致

https://developers.google.com/appmaker/release-notes

"With today's release, you no longer can create new Drive Table data models. Your apps can continue to use existing Drive Tables. However, we recommend you upgrade those models to Cloud SQL as soon as possible."