Skip to content

Instantly share code, notes, and snippets.

@liruqi
Created March 24, 2016 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liruqi/5a2dd2b54d0db3405336 to your computer and use it in GitHub Desktop.
Save liruqi/5a2dd2b54d0db3405336 to your computer and use it in GitHub Desktop.
ALTER TABLE beijing_house add column `usage` varchar(16) default NULL;
ALTER TABLE `beijing_house` add column `createtime` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment