mirror of
https://github.com/strapi/strapi.git
synced 2025-11-13 08:38:09 +00:00
Add time precision to allow up to 3 fractional digits
This commit is contained in:
parent
c66fe82c41
commit
1c229e24d7
@ -84,7 +84,7 @@ module.exports = async ({
|
||||
case 'date':
|
||||
return table.date(name);
|
||||
case 'time':
|
||||
return table.time(name);
|
||||
return table.time(name, 3);
|
||||
case 'datetime':
|
||||
return table.datetime(name);
|
||||
case 'timestamp':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user