Connect XAMPP, yii and postgreSQL. Created an elementary database, scheme, 1 table, in table 3 columns: id_point (key, integer, this is our ID), title (text), point_xy (point). There is 1 row in the table. Created using gii Model for this table and CRUD. When you try to make a query index.php? R = test / create everything is in order, after filling in the fields like this: = 
We get the error:
SQLSTATE[42P01]: Undefined table: 7 ОШИБКА: отношение "test" не существует LINE 1: INSERT INTO "test" ("id_point", "title", "point_xy") VALUES... And below is the same, in principle:
Caused by: PDOException SQLSTATE[42P01]: Undefined table: 7 ОШИБКА: отношение "test" не существует LINE 1: INSERT INTO "test" ("id_point", "title", "point_xy") VALUES... Can you tell me what the trouble is?
id_point- etki