Skip to content

Instantly share code, notes, and snippets.

@zircote
Created March 20, 2013 16:45
Show Gist options
  • Save zircote/5206225 to your computer and use it in GitHub Desktop.
Save zircote/5206225 to your computer and use it in GitHub Desktop.
mysql -u username dbname -e 'describe db_table'|awk '{print " protected $"$1";"};'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment