Skip to content

Commit

Permalink
Replace tripadvisor field with profile links #52
Browse files Browse the repository at this point in the history
  • Loading branch information
drewroberts authored Feb 27, 2021
1 parent bea65b4 commit 6e74500
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public function up()
$table->string('contact_email');
$table->date('closed_at')->nullable();

$table->string('tripadvisor')->nullable()->unique(); // URL for location's TripAdvisor page
$table->string('yelp')->nullable()->unique(); // URL for location's Yelp page

$table->foreignIdFor(app('image'))->nullable(); // Cover image for location
Expand Down

0 comments on commit 6e74500

Please sign in to comment.