我正在使用Postgresql和Postgis运行应用程序,它工作正常,因为我使用postgresql-9.6和postgis-2.3但是在我升级到postgresql-10和postgis-2.4后我在尝试创建模式时出错使用doctrine命令:
在AbstractPostgreSQLDriver.php第76行:
SQLSTATE[42703]: Undefined column: 7 ERROR: column "min_value" does not exist
LINE 1: SELECT min_value, increment_by FROM "meas_id_seq"
在PDOConnection.php第106行:
SQLSTATE[42703]: Undefined column: 7 ERROR: column "min_value" does not exist
LINE 1: SELECT min_value, increment_by FROM "meas_id_seq"
在PDOConnection.php第104行:
SQLSTATE[42703]: Undefined column: 7 ERROR: column "min_value" does not exist
LINE 1: SELECT min_value, increment_by FROM "meas_id_seq"
答案 0 :(得分:0)
我正在使用Symfony bundle https://github.com/jsor/doctrine-postgis。 它与最新版本的PostGIS不兼容。