This website requires JavaScript.
Explore
Help
Register
Sign In
risadmin_prod
/
prod125ac
Watch
1
Star
0
Fork
You've already forked prod125ac
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
092d5057d1
prod125ac
/
prod125ac-db-d
/
authsec_mysql
/
mysql
/
wf_table
/
wf_table.sql
3 lines
98 B
SQL
Executable File
Raw
Blame
History
CREATE
TABLE
db
.
Test1
(
id
BIGINT
NOT
NULL
AUTO_INCREMENT
,
Namem
VARCHAR
(
400
)
,
PRIMARY
KEY
(
id
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink