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