add static azmayesh fields
This commit is contained in:
@@ -17,8 +17,18 @@ return new class extends Migration
|
||||
$table->string('azmayesh_type_name');
|
||||
$table->string('lat');
|
||||
$table->string('lng');
|
||||
$table->foreignId('province_id')->constrained('provinces');
|
||||
$table->unsignedTinyInteger('province_id');
|
||||
$table->foreign('province_id')->references('id')->on('provinces');
|
||||
$table->string('province_name');
|
||||
$table->date('request_date');
|
||||
$table->date('report_date');
|
||||
$table->integer('request_number');
|
||||
$table->string('employer');
|
||||
$table->string('contractor');
|
||||
$table->integer('work_number');
|
||||
$table->string('project_name');
|
||||
$table->string('consultant');
|
||||
$table->string('applicant');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user