mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-03 20:48:34 +00:00
108 - Connecting Promoters and Concerts
This commit is contained in:
@@ -15,6 +15,7 @@ class CreateConcertsTable extends Migration
|
||||
{
|
||||
Schema::create('concerts', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->unsignedInteger('user_id');
|
||||
$table->string('title');
|
||||
$table->string('subtitle')->nullable();
|
||||
$table->text('additional_information')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user