mysql alter table alter column is "modify column"

This commit is contained in:
stronk7 2006-09-23 21:23:05 +00:00
parent c282203d84
commit f8c485b071

View File

@ -53,6 +53,8 @@ class XMLDBmysql extends XMLDBGenerator {
var $concat_character = null; //Characters to be used as concatenation operator. If not defined
//MySQL CONCAT function will be use
var $alter_column_sql = 'ALTER TABLE TABLENAME MODIFY COLUMN COLUMNSPECS'; //The SQL template to alter columns
/**
* Creates one new XMLDBmysql
*/