bavix / laravel-wallet

It's easy to work with a virtual wallet
https://bavix.github.io/laravel-wallet/
MIT License
1.15k stars 230 forks source link

getting problems with CreateTransactionsTable #47

Closed ThinkDevStudios closed 5 years ago

ThinkDevStudios commented 5 years ago

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 tabletransactions(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)

rez1dent3 commented 5 years ago

Hello. @rovillesarate What version is mariadb version?

rez1dent3 commented 5 years ago

@rovillesarate https://github.com/laravel/framework/issues/13622#issuecomment-221567026

rez1dent3 commented 5 years ago

@rovillesarate added crutch to the database without support for JSON. The master branch.

composer req bavix/laravel-wallet:dev-master

Expect the release tomorrow.

rez1dent3 commented 5 years ago

@rovillesarate tag 3.0.2