Skip to content

Commit

Permalink
fix: remove incorrect NOT NULLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Mar 11, 2022
1 parent 395b38a commit 353b2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/migrations/sqls/20220308233826-stakeholder-up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ CREATE TABLE stakeholder (
org_name varchar,
first_name varchar,
last_name varchar,
email varchar NOT NULL,
phone varchar NOT NULL,
email varchar,
phone varchar,
website varchar,
logo_url varchar,
map varchar,
Expand Down

0 comments on commit 353b2cd

Please sign in to comment.