diff options
Diffstat (limited to 'tests/data/db_structure2.xml')
-rw-r--r-- | tests/data/db_structure2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/db_structure2.xml b/tests/data/db_structure2.xml index 6cd071451df..ae5f22e9573 100644 --- a/tests/data/db_structure2.xml +++ b/tests/data/db_structure2.xml @@ -113,7 +113,8 @@ <type>decimal</type> <default/> <notnull>true</notnull> - <length>15</length> + <precision>12</precision> + <scale>2</scale> </field> </declaration> </table> |