Refactor a MySQL Database: Evolve Database Schema via Versioned Scripts

preview_player
Показать описание
This video shows you how to refactor a database schema using versioned database scripts. I'll show you how to create a new table in an existing database and add a new column to an existing table and add a foreign key relationship between the tables.

Chapters:
--------------------------------------------------------------------------------------------------------------
00:00 Intro and Rational
1:46 Database Folder and Script Organization
2:44 Review the Results
3:30 New Feature Request
3:44 DB Version 2 Scripts Walkthrough
4:03 Review README.md Documentation for Script Execution Order
11:19 Run initialize_database to evolve to DB Version 2
12:36 Query modified database from command line
15:05 Summarize Benefits of Refactoring
16:11 Clean Architecture Python Application Preview
Рекомендации по теме
Комментарии
Автор

Chapters:

00:00 Intro and Rational
1:46 Database Folder and Script Organization
2:20 Run initialize_database.sh to Create DB Version 1
2:44 Review the Results
3:30 New Feature Request
3:44 DB Version 2 Scripts Walkthrough
4:03 Review README.md Documentation for Script Execution Order
6:27 Review initialize_database.sh bash script
11:19 Run initialize_database to evolve to DB Version 2
12:36 Query modified database from command line
15:05 Summarize Benefits of Refactoring
16:11 Clean Architecture Python Application Preview

PulpFreePress