Skip to content

Commit

Permalink
added the idNumber field to table
Browse files Browse the repository at this point in the history
  • Loading branch information
IshanBhatBhardwaj committed Aug 7, 2024
1 parent 9e107df commit 0131bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supabase/migrations/20240711063356_initial_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ create table public.registration_information (
citizen varchar(255) not null,
eighteenPlus varchar(255) not null,
party varchar(255) not null,
idNumber varchar(255) not null,
primary key (id, user_id)
);

Expand Down

0 comments on commit 0131bdf

Please sign in to comment.