Sign in
apache
/
camel-performance-tests
/
refs/heads/deps-update
/
.
/
profiling
/
kafka
/
kafka-postgresql-exchange-pooling
/
script
/
table.sql
blob: 8bce6cdd99b2e8d3b7c506a0045417f852f24a16 [
file
] [
log
] [
blame
]
CREATE
TABLE
accounts
(
user_id serial
PRIMARY
KEY
,
username VARCHAR
(
50
)
NOT
NULL
,
city VARCHAR
(
50
)
NOT
NULL
);