1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 01:24:17 +02:00

MS SQL alter_table

This commit is contained in:
Jakub Vrana
2010-05-26 16:00:21 +02:00
parent 687b3fddad
commit 8ec71789f2
3 changed files with 40 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ function process_type($field, $collate = "COLLATE") {
/** Create SQL string from field
* @param array basic field information
* @param array information about field type
* @return array array("field", "type", "NULL", "DEFAULT", "ON UPDATE", "COMMENT", "AUTO_INCREMENT")
* @return array array("field", " type", " NULL", " DEFAULT", " ON UPDATE", " COMMENT", " AUTO_INCREMENT")
*/
function process_field($field, $type_field) {
global $connection;