NAME

DBIx::Result::Convert::JSONSchema::Default::MySQL - Mapping of MySQL field type lengths

VERSION

0.01

SYNOPSIS

use DBIx::Result::Convert::JSONSchema::Default::MySQL;
my $lenght_map = DBIx::Result::Convert::JSONSchema::Default::MySQL->get_length_map;

DESCRIPTION

This module defines default field lengths of MySQL database field types.

get_length_map

Static method on class that returns field length mapping.

my $lenght_map = DBIx::Result::Convert::JSONSchema::Default::MySQL->get_length_map;

AUTHOR

malishew - malishew@cpan.org

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. If you would like to contribute documentation or file a bug report then please raise an issue / pull request:

https://github.com/Humanstate/p5-dbix-result-convert-jsonschema