Merge branch 'MDL-41586-master' of git://github.com/ankitagarwal/moodle
This commit is contained in:
@@ -539,7 +539,7 @@ class sqlsrv_native_moodle_database extends moodle_database {
|
||||
}
|
||||
|
||||
// Scale
|
||||
$info->scale = $rawcolumn->scale ? $rawcolumn->scale : false;
|
||||
$info->scale = $rawcolumn->scale;
|
||||
|
||||
// Prepare not_null info
|
||||
$info->not_null = $rawcolumn->is_nullable == 'NO' ? true : false;
|
||||
|
||||
Reference in New Issue
Block a user