mohan #5
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::table('workers', function (Blueprint $table) {
|
||||
$table->string('language', 255)->nullable()->change();
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::table('workers', function (Blueprint $table) {
|
||||
$table->string('language', 10)->nullable()->change();
|
||||
});
|
||||
}
|
||||
};
|
||||
BIN
public/uploads/documents/1780657686_passport_mds12.png
Normal file
BIN
public/uploads/documents/1780657686_passport_mds12.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 121 KiB |
BIN
public/uploads/documents/1780657686_visa_mds12.png
Normal file
BIN
public/uploads/documents/1780657686_visa_mds12.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 121 KiB |
BIN
public/uploads/documents/1780658086_passport_mds12.png
Normal file
BIN
public/uploads/documents/1780658086_passport_mds12.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 121 KiB |
BIN
public/uploads/documents/1780658086_visa_mds12.png
Normal file
BIN
public/uploads/documents/1780658086_visa_mds12.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 121 KiB |
Loading…
x
Reference in New Issue
Block a user