mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-01 14:47:20 +00:00
153 - Testing a Console Command
This commit is contained in:
@@ -16,6 +16,7 @@ class CreateInvitationsTable extends Migration
|
||||
Schema::create('invitations', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->unsignedInteger('user_id')->nullable();
|
||||
$table->string('email');
|
||||
$table->string('code');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user