Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jayar95 committed Mar 22, 2018
1 parent 001708c commit e588f8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AddCompaniesToUsers extends Migration {
*/
public function up() {
Schema::table('users', function(Blueprint $table) {
$table->integer('company_id')->unsigned();
$table->integer('company_id')->unsigned()->nullable();
$table->text('position', 255);

//relationships'
Expand Down

0 comments on commit e588f8c

Please sign in to comment.