canvas: UUID not compatible with users table

SQLSTATE[01000]: Warning: 1265 Data truncated for column ‘user_id’ at row 1 (SQL: update sessions set payload = […], last_activity = 1602582982, user_id = 31a80d8f-086c-4289-b6ed-e467cf041c9d, ip_address = ::1, user_agent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 where id = fS7SZ2ZbvoTXqtQuiHb3HtikPguzXlecsz9D1iy9)

But the users table used in core laravel uses a bigint for user_id

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 24 (21 by maintainers)

Commits related to this issue

Most upvoted comments

Fantastic, thanks!

Ok ! Will let you know for the translations when it’s done