Matt
Matt

Reputation: 843

Update/Synchronize App Maker datasource fields after Cloud SQL Schema update?

I have an app that includes a datasource created from an existing Cloud SQL table. A column has since been added to the Cloud SQL table (outside of App Maker).

How do I get the App Maker datasource to reflect the new table schema?

Upvotes: 1

Views: 444

Answers (1)

Pavel Shkleinik
Pavel Shkleinik

Reputation: 6347

You need to go to Settings -> Database and click Check button: Database Settings

App Maker will show you a dialog with multiple choices. You can opt to import changes from database: Database synchronization options

In other words, App Maker supports both Database First and kinda Code First development approaches.

Upvotes: 2

Related Questions