issues
search
brahimdidi
/
E-ticket-Api
This is the backend app for the E-ticket app.
0
stars
0
forks
source link
E-ticket : Create tables and add attributs validation
#12
Closed
nedjwab
closed
2 years ago
nedjwab
commented
2 years ago
In This PR i :
Create the User table.
Create the events table.
Create the reservation table.
Add foreign keys.
Add attribute validationattribute validation to the user, event, and reservation models.
Run migrations and create the schema.
Fix rubocop errors.
In This PR i :