Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5990789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T23:17:39+00:00 2026-05-22T23:17:39+00:00

This is probably a simple question. I have a database that I’m using to

  • 0

This is probably a simple question. I have a database that I’m using to store my users details. My app queries this db to determine if they get access or not.

During testing, if I wanted to change the structure of the db, such as adding a new column, I would simply DROP the tables and re-CREATE them. I don’t think I want to do that on a live system. How would I safely go about doing something like that?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T23:17:40+00:00Added an answer on May 22, 2026 at 11:17 pm

    Generally I’ve tracked database changes in source control as such:

    • Have an initial baseline of scripts to generate the initial database. This step can be performed as needed in development and test environments, but in Production it’s pretty much just performed the first time.
    • Have a folder of delta scripts. When generating a database from scratch, the scripts in this folder (sorted in a meaningful way, such as numerically or with a datetime stamp) are run after the initial baseline scripts. For this example, it would be an ALTER TABLE command in a script.

    When creating a database from scratch, everything is run (in order). When applying a change to a live database, only the deltas which haven’t been run are run. (Keeping track which ones have been run is an operations procedure, by tracking which revision of source control is in which environment.)

    If the folder of deltas starts to become unmanageable, I imagine you can re-baseline the create scripts from time to time. It’s probably not a bad idea just as a sanity check to make sure things haven’t been introduced into the system without being properly tracked.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a language-agnostic question about an algorithm. This comes from a (probably simple)
This is probably a very simple question that I am working through in an
Well this is probably a stupid question with a simple answer but when using
This is probably a simple question but I am not an ASP.NET developer and
This is probably a simple question, and I'm slightly embarrassed to ask it, but
This is probably a simple question but I can't seem to find the solution.
This is probably a really simple question but... I would like to do a
This is probably a really simple jQuery question, but I couldn't answer it after
This probably has a simple answer, but I must not have had enough coffee
This is probably a simple answer but I can't find it. I have a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.