mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +00:00
157 - Authorizing with Stripe
This commit is contained in:
@@ -17,6 +17,8 @@ class CreateUsersTable extends Migration
|
||||
$table->increments('id');
|
||||
$table->string('email')->unique();
|
||||
$table->string('password');
|
||||
$table->string('stripe_account_id')->nullable();
|
||||
$table->string('stripe_access_token')->nullable();
|
||||
$table->rememberToken();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user