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
12c774a26f
ksql
/
benchmarks
/
sqlcgen
/
schema.sql
7 lines
101 B
SQL
Raw
Blame
History
CREATE
TABLE
users
(
id
BIGSERIAL
PRIMARY
KEY
,
name
text
NOT
NULL
,
age
integer
NOT
NULL
)
;
Reference in New Issue
View Git Blame
Copy Permalink