email VARCHAR(255) NOT NULL, email_frequency VARCHAR(20) DEFAULT 'weekly', email VARCHAR(255) NOT NULL, notification_settings JSONB DEFAULT '{}', created_at TIMESTAMP DEFAULT NOW()CREATE TABLE user_preferences ( id SERIAL PRIMARY KEY, user_id INT NOT NULL REFERENCES users(id), theme VARCHAR(20) DEFAULT 'light', language VARCHAR(10) DEFAULT 'en', created_at TIMESTAMP DEFAULT NOW());Get the SchemaLens GitHub Action to auto-comment schema diffs on every pull request.