Skip to content

Instantly share code, notes, and snippets.

@d-simon
Created April 18, 2014 18:10
Show Gist options
  • Save d-simon/11057071 to your computer and use it in GitHub Desktop.
Save d-simon/11057071 to your computer and use it in GitHub Desktop.
ALTER TABLE users
ADD COLUMN `count` SMALLINT(6) NOT NULL AFTER `lastname`,
ADD COLUMN `log` VARCHAR(12) NOT NULL AFTER `count`,
ADD COLUMN `status` INT(10) UNSIGNED NOT NULL AFTER `log`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment