标签: mysql database hash insert bcrypt
我想在mysql数据库中添加学生记录。为此,我想使用bcrypt添加密码字段哈希。可以使用laravel播种机播种到数据库。但是如何使用mysql insert query直接插入数据库?