Skip to content

Instantly share code, notes, and snippets.

@cammygames
Created April 12, 2015 21:09
Show Gist options
  • Save cammygames/d2a2ff3bce1dd37b2296 to your computer and use it in GitHub Desktop.
Save cammygames/d2a2ff3bce1dd37b2296 to your computer and use it in GitHub Desktop.
2.2 Update SQL
ALTER TABLE `users` ADD `user_profile` TEXT NOT NULL ;
UPDATE `users` SET `user_profile`='assets/img/ui-dave.jpg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment