Reputation: 843
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
Reputation: 6347
You need to go to Settings -> Database and click Check
button:
App Maker will show you a dialog with multiple choices. You can opt to import changes from database:
In other words, App Maker supports both Database First and kinda Code First development approaches.
Upvotes: 2