codestudiohq / laravel-totem

Manage Your Laravel Schedule From A Web Dashboard
MIT License
1.8k stars 224 forks source link

migration error on alter duration #204

Closed jagDanJu closed 4 years ago

jagDanJu commented 4 years ago

Hey,

after installing and executing "php artisan migrate" i´am getting the following error:

image

The point is following migration, which don´t work on postgresql:

image

gofishwbeeler commented 4 years ago

Yeah, I'm getting the same.

I'm using Mysql, and Laravel 6.3+, PHP 7.2+ on Valet.

jtallant commented 4 years ago

same issue here, mysql, Laravel 6.0, php 7.2

thindery commented 4 years ago

I am having the same issue:

php 7.3.2 mysql 5.7.26 laravel 6.5.2

myorb commented 4 years ago

+1

php: 7.3 postgres: 11 Laravel: 6

jorgemudry commented 4 years ago

I've created a new PR to (at least temporarily) fix this issue: https://github.com/codestudiohq/laravel-totem/pull/207

jorgemudry commented 4 years ago

Could anyone review the PR to fix the issue, please?

vesper8 commented 4 years ago

@jorgemudry this PR is only for your new version 6? isn't that leaving all your v5 users in the dust? I haven't upgraded to Laravel 6 and now I can't use this package anymore

qschmick commented 4 years ago

@vesper8 Just an FYI, @jorgemudry is just helping by opening the PR they aren't the maintainer.

vesper8 commented 4 years ago

ah my bad, I saw his name in a couple of places and assumed he was

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.