mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
proximity search for book cases
This commit is contained in:
@@ -14,13 +14,9 @@ class CreateBookCasesTable extends Migration
|
||||
{
|
||||
Schema::create('book_cases', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->boolean('orange_pilled')
|
||||
->default(false);
|
||||
$table->unsignedInteger('orange_pilled_amount')
|
||||
->default(0);
|
||||
$table->string('title');
|
||||
$table->double('lat');
|
||||
$table->double('lon');
|
||||
$table->double('latitude');
|
||||
$table->double('longitude');
|
||||
$table->text('address')
|
||||
->nullable();
|
||||
$table->string('type');
|
||||
|
||||
Reference in New Issue
Block a user