⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
audiostanding.com
/
database
/
migrations
/
View File Name :
2024_04_03_042331_add_new_columns_to_users.php
enum('role', ['instructor', 'student'])->default('student')->after('email'); $table->text('bio')->nullable(); $table->text('short_bio')->nullable(); $table->string('job_title')->nullable(); $table->enum('gender', ['male', 'female'])->nullable(); $table->integer('age')->nullable(); $table->foreignId('country_id')->nullable(); $table->string('state')->nullable(); $table->string('city')->nullable(); $table->string('facebook')->nullable(); $table->string('twitter')->nullable(); $table->string('linkedin')->nullable(); $table->string('website')->nullable(); $table->string('github')->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('users', function (Blueprint $table) { // }); } };