Commit fb8995ec authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

main

parents
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TabSpnpage extends Model
{
protected $table = 'tab_spnpage';
protected $fillable = [
'id',
'pagecode',
'pagename',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TabTodo extends Model
{
protected $table = 'tab_todo';
protected $fillable = [
'todoId',
'OID',
'todo_text',
'todo_status',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Foundation\Auth\User as Authenticatable;
class TabUser extends Authenticatable
{
protected $table = 'tab_user';
protected $primaryKey = 'UID';
protected $hidden = [
'PASSWORD',
];
protected $fillable = [
'UID',
'UCODE',
'USERNAME',
'PASSWORD',
'CPID',
'GID',
'FIRSTNAME',
'LASTNAME',
'EMAIL',
'PHONE',
'APPROVED',
'APPROVEDATE',
'STATUSLOGIN',
'LASTLOGIN',
'ACTIVITY',
'ACTIVITY_TIME',
'UCID',
'PAYMENT_USER',
'PAYMENT_PASS',
'PAYMENT_ORG',
'BUCODE',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TaskActivity extends Model
{
protected $table = 'task_activity';
protected $fillable = [
'id',
'taskId',
'taskProgress',
'fromDep',
'toDep',
'owner',
'actor',
'assignDate',
'ackDate',
'doneDate',
'requester',
'customer',
'reqType',
'serviceCode',
'detail',
'respRes',
'acuRes',
'priority',
'processTime',
'tips',
'feedbackRate',
'status',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TaskDeal extends Model
{
protected $table = 'task_deal';
protected $fillable = [
'taskId',
'projectCode',
'issueCode',
'taskDetail',
'orderDate',
'orderBy',
'assignTo',
'testBy',
'supportBy',
'sponserBy',
'shareList',
'status',
'progress',
'note',
'estimateDate',
'finishDate',
'errorReason',
'priority',
'cost',
'subTaskOf',
'log',
'notifyEmail',
'lastUpdate',
'nextUpdate',
'updateRequired',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TaskDealCloseSign extends Model
{
protected $table = 'task_deal_close_sign';
protected $fillable = [
'sign',
'key',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TaskDealComment extends Model
{
protected $table = 'task_deal_comment';
protected $fillable = [
'cmid',
'cby',
'cdate',
'comment',
'HID',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TaskDealSign extends Model
{
protected $table = 'task_deal_sign';
protected $fillable = [
'sign',
'key',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TaskProject extends Model
{
protected $table = 'task_project';
protected $fillable = [
'pid',
'projCode',
'projName',
'MAIL_LIST',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TaskProjectVersion extends Model
{
protected $table = 'task_project_version';
protected $fillable = [
'pvid',
'projCode',
'projVersion',
'projBeginDate',
'projReleaseDate',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TaskStatus extends Model
{
protected $table = 'task_status';
protected $fillable = [
'sid',
'statusDesc',
'statusCode',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TaskTracking extends Model
{
protected $table = 'task_tracking';
protected $fillable = [
'taskId',
'projectCode',
'issueCode',
'taskDetail',
'orderDate',
'orderBy',
'assignTo',
'testBy',
'supportBy',
'sponserBy',
'shareList',
'status',
'progress',
'note',
'estimateDate',
'finishDate',
'errorReason',
'priority',
'cost',
'subTaskOf',
'log',
'notifyEmail',
'lastUpdate',
'nextUpdate',
'updateRequired',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TaskTrackingBackup extends Model
{
protected $table = 'task_tracking_backup';
protected $fillable = [
'taskId',
'projectCode',
'issueCode',
'taskDetail',
'orderDate',
'orderBy',
'assignTo',
'testBy',
'supportBy',
'sponserBy',
'shareList',
'status',
'progress',
'note',
'estimateDate',
'finishDate',
'errorReason',
'priority',
'cost',
'subTaskOf',
'log',
'notifyEmail',
'lastUpdate',
'nextUpdate',
'updateRequired',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TestResult extends Model
{
protected $table = 'test_result';
protected $fillable = [
'trid',
'tsid',
'tssid',
'stat',
'res',
'any',
'curparam',
'nextparam',
'act_start',
'act_stop',
'testid',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TestScript extends Model
{
protected $table = 'test_script';
protected $fillable = [
'tsid',
'sysname',
'casename',
'url',
'active',
'start',
'stop',
'email',
'auto_any',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TestStep extends Model
{
protected $table = 'test_step';
protected $fillable = [
'tssid',
'hid',
'name',
'param',
'ap_result',
'pre_nextstep',
'order',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TestSummary extends Model
{
protected $table = 'test_summary';
protected $fillable = [
'testid',
'testresult',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TrainCourse extends Model
{
protected $table = 'train_course';
protected $fillable = [
'courseid',
'cdesc',
'ctitle',
'ctype',
'climit',
'hitz',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TrainCourseTopic extends Model
{
protected $table = 'train_course_topic';
protected $fillable = [
'tctid',
'tid',
'cid',
'seq',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class TrainHistory extends Model
{
protected $table = 'train_history';
protected $fillable = [
'thid',
'tid',
'cid',
'tscore',
'tdate',
'trid',
'tresult',
'tdata',
'tgrade',
];
}
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