AKB dan SPD CHT

This commit is contained in:
Pusdatin BPKD Jkt
2022-07-26 16:37:19 +07:00
parent 893fd463c7
commit 85fb4b4779
5 changed files with 83 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Yajra\Oci8\Eloquent\OracleEloquent as Eloquent;
class VwAkbSpdRealRsk extends Eloquent
{
use HasFactory;
protected $connection = 'oracle';
protected $table = 'NEWSIPKD.VW_AKB_SPD_REALISASI_RSK';
}