Skip to content

Instantly share code, notes, and snippets.

@raianul
Created June 4, 2015 03:57
Show Gist options
  • Save raianul/c0b4ff15433c9a0d3c4a to your computer and use it in GitHub Desktop.
Save raianul/c0b4ff15433c9a0d3c4a to your computer and use it in GitHub Desktop.
Alter SQL for ShutterStock DB
ALTER TABLE `publish_events` ADD `channel` VARCHAR(32) NULL DEFAULT NULL AFTER `created_at`;
ALTER TABLE `publish_events` CHANGE `organization` `organization` VARCHAR(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT 'Null';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment