Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
https://github.com/CakeDC/users/blob/2.0/Config/Migration/001_initialize_users_schema.php#L49
id列をauto_incrementにするにはどうすればよいですか?
ユーザーテーブルをint、主キー、自動インクリメントに変更します。user_detailsを使用している場合は、user_idもintに変更します。