Scaffold the users table for a new SaaS

You're kicking off a new SaaS project and need a base users table for sign-up. Three columns: auto-increment primary key id, a required and unique email (up to 255 chars), and a required display_name for the human-readable name (up to 100 chars).

Just CREATE/ALTER/DROP — no trailing SELECT needed.

PostgreSQLv16

Your query result will appear here

No starting schema

This task starts with no tables — you'll create them via CREATE TABLE.

Focus radio
Paused · SomaFM · Fluid