mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
fix(datetime): add datetime
and timestamp
detection
This commit is contained in:
parent
34aef5bbc6
commit
6bbc5c8993
@ -172,6 +172,8 @@ module.exports = {
|
||||
type = 'Float';
|
||||
break;
|
||||
case 'date':
|
||||
case 'datetime':
|
||||
case 'timestamp':
|
||||
type = 'DateTime';
|
||||
break;
|
||||
case 'enumeration':
|
||||
|
Loading…
x
Reference in New Issue
Block a user