Commit ed735361 authored by Andreas Streichardt's avatar Andreas Streichardt

Add missing drizzle datatypes

parent 79805d69
......@@ -136,6 +136,8 @@ class DrizzlePlatform extends AbstractPlatform
'time' => 'time',
'text' => 'text',
'timestamp' => 'datetime',
'double' => 'float',
'bigint' => 'bigint',
);
}
......
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