Skip to content

Commit

Permalink
Further improvements to prospect
Browse files Browse the repository at this point in the history
  • Loading branch information
samisa-abeysinghe committed Oct 24, 2022
1 parent c11cd54 commit fc597d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema/5-vacancy_and_evaluations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ CREATE TABLE IF NOT EXISTS prospect (
name VARCHAR(100) NOT NULL DEFAULT 'Anon',
phone INT NOT NULL DEFAULT 0,
email VARCHAR(254) DEFAULT 'me@you.com',
send_information_consent BOOL DEFAULT FALSE,
receive_information_consent BOOL DEFAULT FALSE,
agree_terms_consent BOOL DEFAULT FALSE,
created TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
);

0 comments on commit fc597d0

Please sign in to comment.