Saved Bookmarks
| 1. |
What Happens With The Db If You Have 'update' In The Option "dbcreate" Of Your Data Source? |
|
Answer» Creates missing TABLES and indexes, and updates the current schema without dropping any tables or data. Note that this can't properly handle many schema changes like column renames (you're LEFT with the OLD column containing the existing data). Creates missing tables and indexes, and updates the current schema without dropping any tables or data. Note that this can't properly handle many schema changes like column renames (you're left with the old column containing the existing data). |
|