TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What is the best way to manage database/table changes across multiple developers?

1 pointsby ACSparksabout 18 years ago

1 comment

ACSparksabout 18 years ago
We use Subversion, so each developer has a local copy of the code on their machine. They also each have a copy of the database and table structure. What is the best way to manage changes in the database/table structure so that each developer is using the latest db version?