This website requires JavaScript.
Explore
Help
Register
Sign In
risadmin_prod
/
prod127ac
Watch
1
Star
0
Fork
You've already forked prod127ac
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
prod127ac
/
prod127ac-db-d
/
authsec_mysql
/
mysql
/
wf_table
/
wf_table.sql
3 lines
99 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
build_app
2024-08-23 10:46:19 +00:00
CREATE
TABLE
db
.
Test2
(
id
BIGINT
NOT
NULL
AUTO_INCREMENT
,
12
Name
VARCHAR
(
400
)
,
PRIMARY
KEY
(
id
)
)
;
build_app
2024-08-23 10:19:58 +00:00