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>
6 lines
189 B
SQL
Executable File
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;
|