Skip to content

Commit

Permalink
Trackings migration modified
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwebwiz committed Nov 22, 2017
1 parent 7394a71 commit e9f0073
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public function up()
Schema::create('trackings', function (Blueprint $table) {
$table->increments('id');
$table->string('trackingID')->unique();
$table->string('geolocation');
$table->text('shipper_address');
$table->text('receiver_address');
$table->string('origin');
Expand Down

0 comments on commit e9f0073

Please sign in to comment.