Skip to content

Instantly share code, notes, and snippets.

@jayar95
Last active November 17, 2016 19:06
Show Gist options
  • Save jayar95/fab7e11a02894880e39f86c6b2101656 to your computer and use it in GitHub Desktop.
Save jayar95/fab7e11a02894880e39f86c6b2101656 to your computer and use it in GitHub Desktop.
ALTER TABLE `connect`.`member_resources`
ADD COLUMN `deleted` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT '' AFTER `visible_on`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment