Defining your schema
Use Strapi's visual Content Type Builder to define your data models. Fields, relations, components, and media are all handled through a clean UI — no migrations needed for simple changes.
Connecting PostgreSQL
Switch from SQLite to PostgreSQL by updating config/database.js and setting your DATABASE_URL environment variable. Railway injects this automatically when you provision a Postgres database.