You are here

function db_type_map in Schema 5

1 call to db_type_map()
schema_pgsql_schema_type_map in engines/schema_pgsql.inc

File

./schema_util.inc, line 3

Code

function db_type_map() {
  return schema_engine_invoke(NULL, 'engine_type_map');
}