摘要:
错误信息如下 解决办法: 核心文件里的\thinkphp\library\think\db\connector\pgsql.sql ,放到数据库执行一下就好了。。。代码如下 CREATE OR REPLACE FUNCTION pgsql_type(a_type varchar) RETURNS v 阅读全文
摘要:
Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_defaul 阅读全文
摘要:
一、执行Seeder命令出错: 报错:[ReflectionException] Class XXSeeder does not exist 原因:需要清理下之前执行生成的classmap信息; 解决办法:复位composer自动加载文件,执行如下命令: 二、手动删除生成的迁移文件不能再创建同名的迁 阅读全文