This website works better with JavaScript.
Explore
Help
Sign In
yinq
/
hwbm-cloud
Watch
1
Star
0
Fork
You've already forked hwbm-cloud
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eb96432a2f
dev
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'eb96432a2f'
${ noResults }
hwbm-cloud
/
sql
/
update
/
oracle
/
update_2.2.0-2.3.0.sql
3 lines
96 B
SQL
Raw
Blame
History
ALTER
TABLE
sys_oss
ADD
(
ext1
VARCHAR2
(
500
)
)
;
COMMENT
ON
COLUMN
sys_oss
.
ext1
IS
'
扩展属性
'
;
Reference in New Issue
View Git Blame
Copy Permalink