feat(03-01): add clients and documents tables to Drizzle schema

- Add pgEnum import and documentStatusEnum (Draft, Sent, Viewed, Signed)
- Add clients table (id, name, email, createdAt, updatedAt)
- Add documents table (id, name, clientId FK, status enum, sentAt, createdAt)
- Generate migration 0001_watery_blindfold.sql and apply to local PostgreSQL
This commit is contained in:
Chandler Copeland
2026-03-19 16:17:26 -06:00
parent 3cda82df51
commit f8f8b8f4ba
4 changed files with 240 additions and 1 deletions

View File

@@ -8,6 +8,13 @@
"when": 1773948629637,
"tag": "0000_milky_black_cat",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1773958608977,
"tag": "0001_watery_blindfold",
"breakpoints": true
}
]
}