Skip to content

Instantly share code, notes, and snippets.

@jayar95
Last active November 1, 2016 17:36
Show Gist options
  • Save jayar95/a9bf87d94118455683d154be997eb009 to your computer and use it in GitHub Desktop.
Save jayar95/a9bf87d94118455683d154be997eb009 to your computer and use it in GitHub Desktop.
Activity report statements
/*create campaign col for dispo table */
ALTER TABLE `disposition`
ADD COLUMN `campaign` INT(10) UNSIGNED NULL DEFAULT NULL COMMENT '' AFTER `cadence_step`;
/*create campaign col for appointments table */
ALTER TABLE `appointments`
ADD COLUMN `campaign` INT(10) UNSIGNED NULL DEFAULT NULL COMMENT '' AFTER `promax_meta`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment