There are different precision limits for fields of the numeric
type:
- PostgreSQL has a limit of 1000;
- MySQL has a limit of 65;
- Oracle has a limit of 38.
Still, testSchemaAddFieldDefaultInitial
tries to test database for numeric fields with 40 and 65 precision limits.