Commit 2ef364e7 authored by rivaros's avatar rivaros

Added platform support of GUIDs and UUIDs in MS-SQL and PostgreSql

parent fc3ead25
......@@ -768,6 +768,7 @@ class PostgreSqlPlatform extends AbstractPlatform
'money' => 'decimal',
'numeric' => 'decimal',
'year' => 'date',
'uuid' => 'guid',
'bytea' => 'blob',
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment