realtor-lp-backend/migrations/1_realtor.sql

3 lines
66 B
SQL

CREATE TABLE IF NOT EXISTS "realtor" (
id UUID PRIMARY KEY,
);