Replace company email with address field
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -7,8 +7,8 @@
|
||||
create table public.companies (
|
||||
id uuid default gen_random_uuid() primary key,
|
||||
name text not null,
|
||||
email text default '',
|
||||
phone text default '',
|
||||
address text default '',
|
||||
created_at timestamptz default now() not null
|
||||
);
|
||||
alter table public.companies enable row level security;
|
||||
|
||||
Reference in New Issue
Block a user