1.6 - Hiding Unpublished Concerts

This commit is contained in:
Adam Wathan
2016-11-03 10:37:51 -04:00
parent eef25ae099
commit 1a5f7c7e89
3 changed files with 14 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ class CreateConcertsTable extends Migration
$table->string('state');
$table->string('zip');
$table->text('additional_information');
$table->datetime('published_at')->nullable();
$table->timestamps();
});
}