Skip to content

Commit

Permalink
set name nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanprantl committed Mar 7, 2025
1 parent a79fc0a commit 47856a6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
alter table shelters_contacts
alter column firstname drop not null;

alter table shelters_contacts
alter column lastname drop not null;

0 comments on commit 47856a6

Please sign in to comment.