When dynamic schema is enabled, your mobile service automatically adds columns to tables as needed to store incoming data. ...

When dynamic schema is enabled, your mobile service automatically adds columns to tables as needed to store incoming data.

When dynamic schema is disabled, your mobile service only accepts data whose properties correspond to existing columns on your tables. You should consider disabling dynamic schema once your app is in production.