fix: asset data type for mysql + mariadb

This commit is contained in:
Nick
2019-05-27 00:28:12 -04:00
parent 241825ebd8
commit c0d7e16ef7
5 changed files with 82 additions and 724 deletions

View File

@@ -15,7 +15,7 @@ port: 3000
# ---------------------------------------------------------------------
# Supported Database Engines:
# - postgres = PostgreSQL 9.5 or later
# - mysql = MySQL 5.7.8
# - mysql = MySQL 8.0 or later (5.7.8 partially supported, refer to docs)
# - mariadb = MariaDB 10.2.7 or later
# - mssql = MS SQL Server 2012 or later
# - sqlite = SQLite 3.9 or later