Giter Club home page Giter Club logo

capstoneprework's Introduction

Wedding RSVP App

TABLES

PK = Primary Key
FK = Foreign Key

users

user_id (PK) user_name first_name last_name email age user_password permissions
0 kirkh99 kirk davidson [email protected] 82 klsjdfhg;osjdhfgo guest

user_contact

user_id(PK, FK) users_phone1 users_phone2 address city county state zip
0 5551234321 5657834697 202 E 34th Lubbock Lubbock Texas 79401

rsvp_sent

user_id guest_is(PK, FK) guest_first_name guest_last_name guest_rsvp_answer
0 1 thomas smith true

reservations

reservation_id (PK) user_id (FK) guest_id (FK) guest_first_name guest_last_name age
2 0 1 Cesar Pizza 42

alt text

mysql initialize file

Linked is the mysql workbench commands sql_file to initialize your data base with the tables and feilds needed to start buildiong the project.

capstoneprework's People

Contributors

mhargrove96 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.