Advertisement
Guest User

Untitled

a guest
May 24th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. In Connection.php line 647:
  2.  
  3. SQLSTATE[42704]: Undefined object: 7 ERROR: type "citext" does not exist at character 67 (SQL: create table "users" ("id" bigserial primary key not null, "name" citext not nul
  4. l, "email" varchar(255) not null, "regname" citext not null, "xatid" bigint not null, "password" varchar(255) not null, "language_id" integer not null, "ip" inet not null, "rem
  5. ember_token" varchar(100) null, "created_at" timestamp(0) without time zone null, "updated_at" timestamp(0) without time zone null))
  6.  
  7.  
  8. In PDOStatement.php line 144:
  9.  
  10. SQLSTATE[42704]: Undefined object: 7 ERROR: type "citext" does not exist at character 67
  11.  
  12.  
  13. In PDOStatement.php line 142:
  14.  
  15. SQLSTATE[42704]: Undefined object: 7 ERROR: type "citext" does not exist at character 67
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement