Skip to content

Instantly share code, notes, and snippets.

@Jigarsolanki
Created December 9, 2012 06:24
Show Gist options
  • Save Jigarsolanki/4243581 to your computer and use it in GitHub Desktop.
Save Jigarsolanki/4243581 to your computer and use it in GitHub Desktop.
error without syncing db
Executing: INSERT INTO `Users` (`firstName`,`lastName`,`password`,`numberOfPets`,`id`,`createdAt`,`updatedAt`) VALUES ('foo','bar','asdfasdf',0,NULL,'2012-12-09 01:20:25','2012-12-09 01:20:25');
Error: ER_NO_SUCH_TABLE: Table 'userpets.users' doesn't exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment