Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
add address, longitude and latitude in Tournament
Browse files Browse the repository at this point in the history
  • Loading branch information
eduayme committed Feb 26, 2019
1 parent 4a848a8 commit 621080b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ public function up()
$table->dateTime('end');
$table->string('country');
$table->string('city');
$table->string('address');
$table->double('longitude');
$table->double('latitude');
$table->string('website');
$table->integer('user_id')->unsigned();
$table->timestamps();
Expand Down

0 comments on commit 621080b

Please sign in to comment.