mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
mysql alter table alter column is "modify column"
This commit is contained in:
parent
c282203d84
commit
f8c485b071
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user