forked from metin2/web
Shop improvements, renamed "shop" to "mall", support for Argon2ID
This commit is contained in:
@ -16,7 +16,7 @@ return new class extends Migration
|
||||
Schema::connection('account')->create('account', function (Blueprint $table) {
|
||||
$table->integer('id', true);
|
||||
$table->string('login', 30)->default('')->unique('login');
|
||||
$table->string('password', 45)->default('');
|
||||
$table->text('password')->default('');
|
||||
$table->string('social_id', 13)->default('')->index('social_id');
|
||||
$table->string('email', 64)->default('');
|
||||
$table->dateTime('create_time')->default('0000-00-00 00:00:00');
|
||||
|
Reference in New Issue
Block a user