chonger878 / Hot-Dog-Cart-Finder-App

0 stars 0 forks source link

added contraints to tables and view/triggers #41

Closed jleeboyd closed 4 years ago

jleeboyd commented 4 years ago

Added some constraints to our tables, and added a Views/Triggers file to our db. We can merge these files once we agree to implement them. Also we may be able to use a multitable view instead of using the Signin table. So far there are Triggers to check email addresses are in proper format and passwords are a high enough strength when a user uses our signup feature to write new data to our database.