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

Replaced MyISAM version of database #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TomHAnderson
Copy link

No description provided.

@TomHAnderson
Copy link
Author

When I was asked to create this project I first went to this database to examine the quality of the request.

I found the database design lacking with no foreign keys, tables implemented in MyISAM so foreign keys were not even possible, fields like varchar(1000) with indexes on them, and no documentation even though there are 90 stored procedures in the database.

What I have created here fully documents the database and all relationships (including missing data) and lists all the stored procedures in the easy to understand tshirtshop.pdf file.

@TomHAnderson TomHAnderson changed the title [wip] Replaced myisam version of database Replaced myisam version of database Nov 17, 2019
@TomHAnderson TomHAnderson changed the title Replaced myisam version of database [wip] Replaced myisam version of database Nov 17, 2019
@TomHAnderson TomHAnderson changed the title [wip] Replaced myisam version of database Replaced myisam version of database Nov 17, 2019
@TomHAnderson TomHAnderson changed the title Replaced myisam version of database Replaced MyISAM version of database Nov 17, 2019
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.

1 participant