Skip to content

Commit

Permalink
Replace facebook 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 6b17d8f commit bea65b4
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('facebook')->nullable()->unique(); // Username for location's facebook page. Prefix for link: https://www.facebook.com/ with trailing backslash. Will also use for link to facebook messenger, with prefix: https://m.me/
$table->string('tripadvisor')->nullable()->unique(); // URL for location's TripAdvisor page
$table->string('yelp')->nullable()->unique(); // URL for location's Yelp page

Expand Down

0 comments on commit bea65b4

Please sign in to comment.