S
S
semki0962016-07-29 14:28:43
MySQL
semki096, 2016-07-29 14:28:43

How to work in git + mysql?

Let's say there is a working site that I want to develop locally, changes to the files will be made through git. But what about changes in the database?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin B., 2016-07-29
@semki096

Migrations

F
Fat Lorrie, 2016-07-29
@Free_ze

Support CREATE scripts (from scratch) and UPDATE (from the previous state) with each change in the database schema.
How and what can be read here .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question