This website requires JavaScript.
Explore
Help
Register
Sign In
wangliwen
/
share-platform
Watch
1
Star
0
Fork
You've already forked share-platform
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
show
share-platform
/
config
/
db
/
V2.0__comment_add_col.sql
1 line
98 B
SQL
Raw
Permalink
Blame
History
ALTER
TABLE
`
t_demand_comment
`
ADD
COLUMN
`
instance_id
`
varchar
(
64
)
NULL
COMMENT
'
流程实例ID
'
;
Reference in New Issue
View Git Blame
Copy Permalink