manifold/migrations/2023-08-22-112222_create da.../up.sql

10 lines
222 B
MySQL
Raw Permalink Normal View History

2023-08-23 17:37:42 +00:00
CREATE TABLE IF NOT EXISTS "userinfo"
(
user_id BIGINT PRIMARY KEY NOT NULL,
username TEXT NOT NULL,
weather_location VARCHAR(36),
weather_units VARCHAR(1),
timezone VARCHAR(8),
last_seen BIGINT
);