Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f2f7ae2f
authored
Oct 22, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整db
parent
aecbf32a
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
app/Model/InvoiceComUserModel.php
app/Model/UserAmountModel.php
app/Model/UserGroupJoinModel.php
app/Model/UserGroupModel.php
app/Model/UserInfoModel.php
app/Model/UserSampleApplyModel.php
app/Model/UserSampleInviteModel.php
app/Model/InvoiceComUserModel.php
View file @
f2f7ae2f
...
...
@@ -5,7 +5,7 @@ use Illuminate\Database\Eloquent\Model;
class
InvoiceComUserModel
extends
Model
{
protected
$connection
=
'
order
'
;
protected
$connection
=
'
web
'
;
protected
$table
=
'lie_invoice_com_user'
;
protected
$guarded
=
[
'id'
];
protected
$primaryKey
=
'id'
;
...
...
app/Model/UserAmountModel.php
View file @
f2f7ae2f
...
...
@@ -8,7 +8,7 @@ use DB;
class
UserAmountModel
extends
Model
{
protected
$connection
=
'
order'
;
protected
$connection
=
'
web'
;
protected
$table
=
'lie_user_amount'
;
protected
$guarded
=
[
'amount_id'
];
protected
$primaryKey
=
'amount_id'
;
...
...
app/Model/UserGroupJoinModel.php
View file @
f2f7ae2f
...
...
@@ -6,7 +6,7 @@ use Request;
class
UserGroupJoinModel
extends
Model
{
protected
$connection
=
'
order'
;
protected
$connection
=
'
web'
;
protected
$table
=
'lie_user_group_join'
;
protected
$primaryKey
=
'id'
;
public
$timestamps
=
false
;
...
...
app/Model/UserGroupModel.php
View file @
f2f7ae2f
...
...
@@ -5,7 +5,7 @@ use Illuminate\Database\Eloquent\Model;
class
UserGroupModel
extends
Model
{
protected
$connection
=
'
order'
;
protected
$connection
=
'
web'
;
protected
$table
=
'lie_user_group'
;
protected
$primaryKey
=
'id'
;
protected
$guarded
=
[
'id'
];
...
...
app/Model/UserInfoModel.php
View file @
f2f7ae2f
...
...
@@ -8,7 +8,7 @@ use DB;
class
UserInfoModel
extends
Model
{
protected
$connection
=
'
order'
;
protected
$connection
=
'
web'
;
protected
$table
=
'lie_user_info'
;
protected
$primaryKey
=
'ui_id'
;
public
$timestamps
=
false
;
...
...
app/Model/UserSampleApplyModel.php
View file @
f2f7ae2f
...
...
@@ -8,7 +8,7 @@ use DB;
class
UserSampleApplyModel
extends
Model
{
protected
$connection
=
'
order
'
;
protected
$connection
=
'
web
'
;
protected
$table
=
'lie_user_sample_apply'
;
protected
$primaryKey
=
'apply_id'
;
public
$timestamps
=
true
;
...
...
app/Model/UserSampleInviteModel.php
View file @
f2f7ae2f
...
...
@@ -8,7 +8,7 @@ use DB;
class
UserSampleInviteModel
extends
Model
{
protected
$connection
=
'
order
'
;
protected
$connection
=
'
web
'
;
protected
$table
=
'lie_user_sample_invite'
;
protected
$primaryKey
=
'invite_id'
;
public
$timestamps
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment