mss_dataserver.core.database_util¶
Utility functions to interact with the database.
- copyright
Stefan Mertl
- license
GNU General Public License, Version 3 (http://www.gnu.org/licenses/gpl-3.0.html)
Functions
|
Add a column to a database table. |
|
Add a foreign key constraint. |
|
Add a foreign key to the column. |
|
Add a unique constraint to the table. |
|
Change the type of a database table column. |
|
Compare the type of two columns. |
|
Check if a database table migration is needed and apply the changes. |
|
Remove a column from the database table. |
|
Remove a foreign key. |
|
Remove a unique constraint from the table using the constraint name. |
|
Update the table structure to the new schema. |