db_type_map
- Versions
- 6 – 7
db_type_map()
This maps a generic data type in combination with its data size to the engine-specific data type.
Related topics
Code
includes/database/database.inc, line 2353
<?php
function db_type_map() {
return Database::getConnection()->schema()->getFieldTypeMap();
}
?>Login or register to post comments 