Logo
Explore Help
Sign In
ccopeland/red
1
0
Fork 0
You've already forked red
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
d9f618f69ad4c723c12c3c74d26c2127a6ef255b
red/teressa-copeland-homes/drizzle/0007_equal_nekra.sql

1 line
57 B
MySQL
Raw Normal View History

feat(09-01): add property_address column to clients — schema, migration, server actions - Add propertyAddress: text("property_address") nullable column to clients pgTable - Generate migration drizzle/0007_equal_nekra.sql: ALTER TABLE "clients" ADD COLUMN "property_address" text - Apply migration successfully to local postgres database - Extend clientSchema Zod schema with propertyAddress: z.string().optional() - createClient: persist propertyAddress || null to coerce empty string to NULL - updateClient: persist propertyAddress || null alongside name, email, updatedAt
2026-03-21 12:13:55 -06:00
ALTER TABLE "clients" ADD COLUMN "property_address" text;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 111ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API