I\'ve a table CustomizationSet with the columns: customization_set_guid (which is a non-nullable guid and also the primary key)
What\'s the best way to save my MySQL data model and automatically apply changes to my development database server as they are made (or at least nightly)?
I have just managed to migrate a pretty big database from SQL Server to MySQL. I didn\'t set the primary keys to auto increment during the migration because the tables have relationships based on ids
I have a pesky table that will not delete and it\'s holding up my dev environment refresh :( I know this table exists. Example...
Using the command: CREATE TABLE IF NOT EXISTS `test`.`t1` ( `col` VARCHAR(16) NOT NULL ) ENGINE=MEMORY; Running this twice in the MySQL Query Browser resu开发者_开发技巧lts in: