compassmock/drizzle/0007_add_customer_fields.sql
Nicholai 9c3a19279a
feat(schema): add auth, people, and financial tables (#26)
Add users, organizations, teams, groups, and project
members tables. Extend customers/vendors with netsuite
fields. Add netsuite schema for invoices, bills,
payments, and credit memos. Include all migrations,
seeds, new UI primitives, and config updates.

Co-authored-by: Nicholai <nicholaivogelfilms@gmail.com>
2026-02-04 16:18:39 -07:00

6 lines
189 B
SQL
Executable File

ALTER TABLE customers ADD COLUMN company text;
--> statement-breakpoint
ALTER TABLE customers ADD COLUMN address text;
--> statement-breakpoint
ALTER TABLE customers ADD COLUMN notes text;