mirror of https://github.com/Fabio286/antares.git
fix(MySQL): missing scale for FLOAT type
This commit is contained in:
parent
df6625af49
commit
52108d7613
|
@ -54,6 +54,7 @@ export default [
|
||||||
{
|
{
|
||||||
name: 'FLOAT',
|
name: 'FLOAT',
|
||||||
length: true,
|
length: true,
|
||||||
|
scale: true,
|
||||||
collation: false,
|
collation: false,
|
||||||
unsigned: false,
|
unsigned: false,
|
||||||
zerofill: false
|
zerofill: false
|
||||||
|
|
Loading…
Reference in New Issue