Skip to content

Instantly share code, notes, and snippets.

@shotasenga
Created April 7, 2015 03:27
Show Gist options
  • Save shotasenga/405485d469bd2212b978 to your computer and use it in GitHub Desktop.
Save shotasenga/405485d469bd2212b978 to your computer and use it in GitHub Desktop.
Make type-hint for PHPStorm
mysql -u root the_db -e 'desc the_table'|awk '{if (match($2, "int")){type = "int"}else{type = "string"}}{print "* @property", type, $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment