update approval di list approval
This commit is contained in:
@@ -15,6 +15,8 @@ return new class extends Migration
|
||||
{
|
||||
Schema::table('request_logs', function (Blueprint $table) {
|
||||
$table->integer('nominal')->default(0)->after('total_cob');
|
||||
$table->string('status_approval')->nullable()->after('status_final_log');
|
||||
$table->integer('approval_nominal_by')->nullable()->after('status_approval');
|
||||
});
|
||||
}
|
||||
|
||||
@@ -27,6 +29,8 @@ return new class extends Migration
|
||||
{
|
||||
Schema::table('table_request_log', function (Blueprint $table) {
|
||||
$table->dropColumn('nominal');
|
||||
$table->dropColumn('status_approval');
|
||||
$table->dropColumn('approval_nominal_by');
|
||||
});
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user