Skip to content

Instantly share code, notes, and snippets.

@AndrewAllison
Created April 15, 2017 18:26
Show Gist options
  • Save AndrewAllison/da90a8bfc6d275a5d1db1984be1019e5 to your computer and use it in GitHub Desktop.
Save AndrewAllison/da90a8bfc6d275a5d1db1984be1019e5 to your computer and use it in GitHub Desktop.
Lists Changes
ALTER TABLE `talkbe_production`.`lists`
ADD COLUMN `promoted` TINYINT(1) NULL AFTER `temp`,
ADD COLUMN `order` INT(11) NULL AFTER `promoted`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment