このコミットが含まれているのは:
守矢諏訪子 2021-12-01 00:53:59 +09:00
コミット 23e3f5440d
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -18,6 +18,7 @@ class CreateUsersTable extends Migration
$table->string('name');
$table->string('email')->unique();
$table->string('password');
$table->boolean('admin');
$table->timestamps();
});
}