Update Database Stuktur
This commit is contained in:
@@ -18,7 +18,7 @@ return new class extends Migration
|
||||
$table->string('jk', 1)->nullable();
|
||||
$table->date('tgl_lahir')->nullable();
|
||||
$table->string('kota', 50)->nullable();
|
||||
$table->string('alamat', 100)->nullable();
|
||||
$table->text('alamat')->nullable();
|
||||
$table->string('telpon', 50)->nullable();
|
||||
$table->string('nik', 50)->nullable();
|
||||
$table->string('bpjs', 50)->nullable();
|
||||
|
||||
@@ -15,6 +15,7 @@ return new class extends Migration
|
||||
$table->id();
|
||||
$table->timestamp('mulai')->nullable();
|
||||
$table->timestamp('akhir')->nullable();
|
||||
$table->string('orderid', 255)->nullable();
|
||||
$table->string('nofoto', 50)->nullable();
|
||||
$table->integer('noloket')->nullable();
|
||||
$table->string('noregister', 150)->nullable();
|
||||
@@ -25,7 +26,7 @@ return new class extends Migration
|
||||
$table->string('jkpasien', 5)->nullable();
|
||||
$table->date('tgllahirpasien')->nullable();
|
||||
$table->string('tlppasien', 50)->nullable();
|
||||
$table->string('alamatpasien', 50)->nullable();
|
||||
$table->text('alamatpasien')->nullable();
|
||||
$table->string('reques', 150)->nullable();
|
||||
$table->string('usia', 25)->nullable();
|
||||
$table->string('ktp', 25)->nullable();
|
||||
@@ -50,7 +51,7 @@ return new class extends Migration
|
||||
$table->string('nmanalis', 250)->nullable();
|
||||
$table->string('nmexcutor', 250)->nullable();
|
||||
$table->string('klinisi', 250)->nullable();
|
||||
$table->string('klinis', 250)->nullable();
|
||||
$table->text('klinis')->nullable();
|
||||
$table->integer('poli_id')->nullable();
|
||||
$table->text('keterangan')->nullable();
|
||||
$table->text('kesimpulan')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user