Created
April 15, 2017 18:26
-
-
Save AndrewAllison/da90a8bfc6d275a5d1db1984be1019e5 to your computer and use it in GitHub Desktop.
Lists Changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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