Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lucasmarques73/b291ea9d4beadae0f4f212ea29b1798f to your computer and use it in GitHub Desktop.
Save lucasmarques73/b291ea9d4beadae0f4f212ea29b1798f to your computer and use it in GitHub Desktop.
//Campos para criação da tabela UserSocial
$table->integer('user_id');
$table->string('social_network');
$table->string('social_id');
$table->string('social_email');
$table->string('social_avatar');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment