This website requires JavaScript.
Explore
Help
Sign In
GOMODULES
/
ksql
mirror of
https://github.com/VinGarcia/ksql.git
Watch
1
Star
0
Fork
You've already forked ksql
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
78976c1f42
ksql
/
benchmarks
/
schema.sql
7 lines
95 B
SQL
Raw
Blame
History
CREATE
TABLE
users
(
id
serial
PRIMARY
KEY
,
name
VARCHAR
(
50
)
NOT
NULL
,
age
INT
NOT
NULL
)
;
Reference in New Issue
View Git Blame
Copy Permalink