mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
mssql doesn't support default clause in alter table alter column
This commit is contained in:
parent
31b50f6442
commit
c282203d84
@ -59,6 +59,8 @@ class XMLDBmssql extends XMLDBgenerator {
|
||||
var $concat_character = '+'; //Characters to be used as concatenation operator. If not defined
|
||||
//MySQL CONCAT function will be use
|
||||
|
||||
var $alter_column_skip_default = true; //The generator will skip the default clause on alter column
|
||||
|
||||
/**
|
||||
* Creates one new XMLDBmssql
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user