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.
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.