accounts/docs/models/postgres-schema.md

80 B

PostgreSQL Schema

-- users table schema
CREATE TABLE users (...);