C
C
coderisimo2015-01-29 11:03:01
MySQL
coderisimo, 2015-01-29 11:03:01

Is it possible to modify the SQL database with a script or do I need to edit it with "handles"?

Is it possible to write a SQL script that modifies the database. For example, does it remove certain columns, create indexes, make fields unique, etc.?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
index0h, 2015-01-29
@coderisimo

I understand you are looking for a teamALTER TABLE

V
Vladimir, 2015-01-29
@azrail_dev

It is the script that needs to be done. For then there is an opportunity to understand where you messed up. You can prepare everything in advance, without haste. When transferring by "handles", there is an option to forget to set grants, set an incorrect data type, and so on.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question