Skip to content

Commit 56b6bc3

Browse files
authored
Merge pull request #5871 from davidyell/patch-10
Clarify decimal type
2 parents 1c05c6e + 16dece2 commit 56b6bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: en/phinx/migrations.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,8 @@ For ``decimal`` columns:
701701
========= ===========
702702
Option Description
703703
========= ===========
704-
precision combine with ``scale`` set to set decimal accuracy
705-
scale combine with ``precision`` to set decimal accuracy
704+
precision combine with ``scale`` set to set integer decimal accuracy
705+
scale combine with ``precision`` to set fractional decimal accuracy
706706
signed enable or disable the ``unsigned`` option *(only applies to MySQL)*
707707
========= ===========
708708

0 commit comments

Comments
 (0)