Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

completed the create statements for the bookings table #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sindhujagorti
Copy link

Description

Created a new sql file in the schema that contains the create statements for the bookings table, ran it through DB Fibble and it passed the required inserts, along with our checks with different null statements, etc.

Screenshots/Media

Issues

Closes #10

@sindhujagorti sindhujagorti marked this pull request as draft November 24, 2024 00:02
@theNatePi
Copy link
Collaborator

theNatePi commented Nov 24, 2024

Hey @sindhujagorti, make sure to put the CREATE statement you made into the bookings.sql file you created, then push those changes to this branch!

@sindhujagorti
Copy link
Author

Created a new sql file in the schema that contains the create statements for the bookings table, ran it through DB Fibble and it passed the required inserts, along with our checks with different null statements, etc.

Did not realize that it was not updated the first time, sorry about that should've checked first!

Closes #10

@theNatePi theNatePi reopened this Nov 25, 2024
@theNatePi theNatePi marked this pull request as ready for review November 25, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Bookings Table
2 participants