<p>I added <code>SQL_TINYINT</code> and <code>SQL_BIGINT</code> to <code>%SQL::Translator::Schema::Field::type_mapping</code></p>

<p>I want to use <code>TINYINT</code>.</p>

<p><code>DBI::SQL_BIGINT</code> is added in DBI 1.54.</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/Songmu/sql-translator feature/update-type-mapping</pre>
<p>Or view, comment on, or merge it at:</p>
<p>&nbsp;&nbsp;<a href='https://github.com/dbsrgits/sql-translator/pull/35'>https://github.com/dbsrgits/sql-translator/pull/35</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>update %SQL::Translator::Schema::Field::type_mapping. add SQL_TINYINT and SQL_BIGINT</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/sql-translator/pull/35/files#diff-0">lib/SQL/Translator/Schema/Field.pm</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/dbsrgits/sql-translator/pull/35.patch'>https://github.com/dbsrgits/sql-translator/pull/35.patch</a></li>
  <li><a href='https://github.com/dbsrgits/sql-translator/pull/35.diff'>https://github.com/dbsrgits/sql-translator/pull/35.diff</a></li>
</ul>