fix(MySQL): missing scale for FLOAT type

This commit is contained in:
Fabio Di Stasio 2023-03-28 17:27:47 +02:00
parent df6625af49
commit 52108d7613
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ export default [
{
name: 'FLOAT',
length: true,
scale: true,
collation: false,
unsigned: false,
zerofill: false