Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
script
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姚闰伍
script
Commits
58934675
Commit
58934675
authored
Dec 01, 2018
by
蘑菇🍄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format
parent
c27ad1c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
导入前准备.sql
jnby-pomme/导入前准备.sql
+15
-15
No files found.
jnby-pomme/导入前准备.sql
View file @
58934675
...
@@ -3,23 +3,23 @@
...
@@ -3,23 +3,23 @@
alter
table
tab_gic_mall_order
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order
add
erp_order_id
varchar
(
32
)
default
null
COMMENT
'erp_order_id'
;
alter
table
tab_gic_mall_order
add
erp_order_id
varchar
(
32
)
default
null
COMMENT
'erp_order_id'
;
alter
table
tab_gic_mall_order_item
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_item
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_logistics
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_logistics
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_process
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_process
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_refund_consult
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_refund_consult
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_refund
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_refund
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_refund_logistics
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_refund_logistics
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_collection
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_collection
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_evaluate
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_evaluate
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_shopping_cart
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_shopping_cart
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_batch_deliver_log
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
alter
table
tab_gic_mall_order_batch_deliver_log
add
from_erp
int
(
1
)
default
0
COMMENT
'是否导入'
;
CREATE
TABLE
tab_gic_mall_order_copy
LIKE
tab_gic_mall_order
;
CREATE
TABLE
tab_gic_mall_order_copy
LIKE
tab_gic_mall_order
;
CREATE
TABLE
tab_gic_mall_order_item
_copy
LIKE
tab_gic_mall_order_item
;
CREATE
TABLE
tab_gic_mall_order_item
_copy
LIKE
tab_gic_mall_order_item
;
CREATE
TABLE
tab_gic_mall_order_logistics
_copy
LIKE
tab_gic_mall_order_logistics
;
CREATE
TABLE
tab_gic_mall_order_logistics
_copy
LIKE
tab_gic_mall_order_logistics
;
CREATE
TABLE
tab_gic_mall_order_process_copy
LIKE
tab_gic_mall_order_process
;
CREATE
TABLE
tab_gic_mall_order_process_copy
LIKE
tab_gic_mall_order_process
;
CREATE
TABLE
tab_gic_mall_order_refund_consult_copy
LIKE
tab_gic_mall_order_refund_consult
;
CREATE
TABLE
tab_gic_mall_order_refund_consult_copy
LIKE
tab_gic_mall_order_refund_consult
;
CREATE
TABLE
tab_gic_mall_order_refund_copy
LIKE
tab_gic_mall_order_refund
;
CREATE
TABLE
tab_gic_mall_order_refund_copy
LIKE
tab_gic_mall_order_refund
;
...
...
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