Closed ThinkDevStudios closed 5 years ago
Hello. @rovillesarate What version is mariadb version?
@rovillesarate added crutch to the database without support for JSON. The master branch.
composer req bavix/laravel-wallet:dev-master
Expect the release tomorrow.
@rovillesarate tag 3.0.2
Getting the following error when i try to migrate the db
Illuminate\Database\QueryException : SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'json null,
uuidchar(36) not null,
created_attimestamp null,
updated_att' at line 1 (SQL: create table
transactions(
idint unsigned not null auto_increment primary key,
payable_typevarchar(255) not null,
payable_idbigint unsigned not null,
typeenum('deposit', 'withdraw') not null,
amountbigint not null,
confirmedtinyint(1) not null,
metajson null,
uuidchar(36) not null,
created_attimestamp null,
updated_attimestamp null) default character set utf8 collate 'utf8_general_ci' engine = InnoDB)