| Versionen | |
|---|---|
| drupal6 – drupal7 | db_type_map() |
This maps a generic data type in combination with its data size to the engine-specific data type.
includes/
<?php
function db_type_map() {
return Database::getConnection()->schema()->getFieldTypeMap();
}
?>
Kommentare
Kommentar hinzufügen