This website works better with JavaScript
Gitinn
Home
Explore
Help
Register
Sign In
zaixianjiaoyu
/
sourcecode
Watch
3
Star
0
Fork
1
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
feat(service): 调整字段长度
Go
5 years ago
parent
e3060a8df0
commit
eaa175f181
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
server/data/src/main/resources/db/migration/V5__update_question.sql
+ 1
- 0
server/data/src/main/resources/db/migration/V5__update_question.sql
View File
@@ -0,0 +1 @@
+ALTER TABLE question modify column place VARCHAR(100);