0
https://github.com/CakeDC/users/blob/2.0/Config/Migration/001_initialize_users_schema.php#L49

How can i make the id column auto_increment ?

cola
  • 12,198
  • 36
  • 105
  • 165

1 Answers1

0

Change your users table to int, primary key, auto-increment. If you are using the user_details, change the user_id to int too.