"app/Http/Livewire/Pages/Patch/ModalFormPatchFile.php" did not exist on "7992064ad88f0ac2d6f9d855695218a23da12c74"
Commit fb8995ec authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

main

parents
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfFormatFile extends Model
{
protected $table = 'conf_format_file';
protected $fillable = [
'formatservice_ID',
'name',
'file',
'date',
'timestamp',
'ac',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfHostServer extends Model
{
protected $table = 'conf_host_server';
protected $fillable = [
'hsid',
'serverName',
'IP',
'lastUpdate',
'log',
'active',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfInstallGatewayprofile extends Model
{
protected $table = 'conf_install_gatewayprofile';
protected $fillable = [
'conf_install_gatewayprofile_ID',
'conf_installation_ID',
'profilecode',
'profilename',
'profilevalue',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfInstallUser extends Model
{
protected $table = 'conf_install_user';
protected $fillable = [
'conf_install_user_ID',
'conf_installation_ID',
'group',
'username',
'password',
'firstname',
'lastname',
'email',
'tel',
'training_required',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfInstallUsergroup extends Model
{
protected $table = 'conf_install_usergroup';
protected $fillable = [
'conf_install_usergroup_ID',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfInstallation extends Model
{
protected $table = 'conf_installation';
protected $fillable = [
'conf_installation_ID',
'install_id',
'applicationName',
'responsible',
'status',
'customerName',
'contactName',
'contactPosition',
'contactTel',
'contactEmail',
'installation',
'planDate',
'installDate',
'detail',
'webServer',
'server',
'serverkey',
'serverOS',
'serverIP',
'serverPort',
'serverDrive',
'serverFreespace',
'serverAppPath',
'databaseServer',
'databaseType',
'databaseOS',
'databaseIP',
'databasePort',
'databasePath',
'databaseName',
'databaseUser',
'databasePass',
'nUpdateMasterFile',
'nUpdateMasterFileInfo',
'nTestNewProfile',
'nInstallChrome',
'nTrainUser',
'nTrainAdmin',
'nSetUser',
'nOther',
'cRegisterGlobal',
'cMaxExecution',
'cZendTimeout',
'remark',
'approveName',
'approvePosition',
'approveTel',
'approveEmail',
'testResult',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfInstallationStatus extends Model
{
protected $table = 'conf_installation_status';
protected $fillable = [
'statusid',
'name',
'color',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfLabelForm114 extends Model
{
protected $table = 'conf_label_form_114';
protected $fillable = [
'lid',
'form_name',
'l_name',
'l_value',
'x',
'y',
'parentId',
'editLayout',
'width',
'height',
'type',
'format',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfMapto32 extends Model
{
protected $table = 'conf_mapto32';
protected $fillable = [
'id',
'name',
'code',
'type',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfMapto64 extends Model
{
protected $table = 'conf_mapto64';
protected $fillable = [
'id',
'name',
'code',
'type',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfOnload extends Model
{
protected $table = 'conf_onload';
protected $fillable = [
'SKEY',
'SERVNAME',
'ACT',
'ONLOAD',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfParameter extends Model
{
protected $table = 'conf_parameter';
protected $fillable = [
'PID',
'name',
'value',
'description',
'active',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfRuntime extends Model
{
protected $table = 'conf_runtime';
protected $fillable = [
'runtime_var',
'runtime_val',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfServerActivity extends Model
{
protected $table = 'conf_server_activity';
protected $fillable = [
'eid',
'edate',
'euser',
'emodule',
'eactivity',
'elevel',
'esnkey',
'ecustomer',
'eperson',
'estatus',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfServerBackupHistory extends Model
{
protected $table = 'conf_server_backup_history';
protected $fillable = [
'SHID',
'SNKEY',
'BACKUP_VERSION',
'BACKUP_DATA',
'BACKUP_BY',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfServerLicense extends Model
{
protected $table = 'conf_server_license';
protected $fillable = [
'ID',
'SNKEY',
'COMPANY',
'STATUS',
'PROP',
'LICENSEDATE',
'MAINVAR',
'BRANCH',
'ORGANIZE',
'NOTE',
'BACKUP_DATE',
'BACKUP_STATUS',
'BACKUP_FEEDBACK',
'CUR_VERSION',
'INSTALL_DATE',
'INSTALL_VERSION',
'UPDATE_DATE',
'DATABASETYPE',
'REMARK',
'OWNERTYPE',
'NBTEAM',
'CUSTOMERSIZE',
'CUSTOMERTYPE',
'CUSTOMERBRANCH',
'HSCODEMETHOD',
'PHP_VERSION_ID',
'CONTACTCUSTOMERNAME',
'CONTACT',
'CUSTOMERURL',
'MESSAGETYPE',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfServerLicenseJavaversion extends Model
{
protected $table = 'conf_server_license_javaversion';
protected $fillable = [
'id',
'SNKEY',
'javaversion',
'javaVersionFullText',
'lastUpdate',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfServerLicenseOrgcontrol extends Model
{
protected $table = 'conf_server_license_orgcontrol';
protected $fillable = [
'id',
'SNKEY',
'createDate',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfServerLicenseOrglist extends Model
{
protected $table = 'conf_server_license_orglist';
protected $fillable = [
'id',
'controlId',
'spnOrganize',
'epromotionCheckDate',
'epromotionSaleTeam',
'epromotionSize',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfServerLicenseOrglistDoctype extends Model
{
protected $table = 'conf_server_license_orglist_doctype';
protected $fillable = [
'id',
'controlId',
'orglistId',
'docType',
];
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment