Files

4 lines
56 B
SQL

CREATE TABLE tweets(
id bigserial,
tweet text
);