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.
私は古いphpアプリに取り組んでおり、ユーザーのパスワードはmd5()関数でハッシュされています。したがって、パスワードは次のように保存されます。
md5()
c0c92dd7cc524a1eb55ffeb8311dd73f
usersLaravel 4 で新しいアプリを開発しています。パスワード フィールドを失わずにテーブルを移行する方法について提案が必要です。
users