This website requires JavaScript.
Explore
Help
Sign In
Heyo
/
MySQL
Watch
1
Star
0
Fork
You've already forked MySQL
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f82f7055d2
MySQL
/
db
/
install.sql
4 lines
100 B
SQL
Raw
Blame
History
CREATE
TABLE
heyo
(
hello_world
VARCHAR
(
16
)
NOT
NULL
UNIQUE
,
good_bye
VARCHAR
(
64
)
NOT
NULL
)
Reference in New Issue
View Git Blame
Copy Permalink