As a dev,
I want to associate a user with a company
so that we can manage company-specific functionalities while using Supabase's built-in auth features.
Requirements
Company table exists in the database
User is registering as a company
Acceptance Criteria
[x] A new company is created and associated with the user upon registration
[x] User ID is stored as a foreign key in the company
Description
As a dev, I want to associate a user with a company so that we can manage company-specific functionalities while using Supabase's built-in auth features.
Requirements
Acceptance Criteria
Dependencies
References