ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations` Migrating to CreatePgUsers (20160121233437)  (4.3ms) CREATE TABLE "pg_users" ("id" serial primary key, "name" character varying(255), "total_friends" integer, "date_of_birth" date, "time_of_birth" time, "created_at" timestamp, "updated_at" timestamp) PG::DuplicateTable: ERROR: relation "pg_users" already exists : CREATE TABLE "pg_users" ("id" serial primary key, "name" character varying(255), "total_friends" integer, "date_of_birth" date, "time_of_birth" time, "created_at" timestamp, "updated_at" timestamp) ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations` Migrating to CreatePgUsers (20160121233437)  (4.3ms) CREATE TABLE "pg_users" ("id" serial primary key, "name" character varying(255), "total_friends" integer, "date_of_birth" date, "time_of_birth" time, "created_at" timestamp, "updated_at" timestamp) PG::DuplicateTable: ERROR: relation "pg_users" already exists : CREATE TABLE "pg_users" ("id" serial primary key, "name" character varying(255), "total_friends" integer, "date_of_birth" date, "time_of_birth" time, "created_at" timestamp, "updated_at" timestamp) ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations` Migrating to CreatePgUsers (20160121233437)  (2.1ms) CREATE TABLE "pg_users" ("id" serial primary key, "name" character varying(255), "total_friends" integer, "date_of_birth" date, "time_of_birth" time, "created_at" timestamp, "updated_at" timestamp) PG::DuplicateTable: ERROR: relation "pg_users" already exists : CREATE TABLE "pg_users" ("id" serial primary key, "name" character varying(255), "total_friends" integer, "date_of_birth" date, "time_of_birth" time, "created_at" timestamp, "updated_at" timestamp)  (8.3ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB  (9.1ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations` Migrating to CreatePgUsers (20160121233437)  (3.9ms) CREATE TABLE "pg_users" ("id" serial primary key, "name" character varying(255), "total_friends" integer, "date_of_birth" date, "time_of_birth" time, "created_at" timestamp, "updated_at" timestamp) PG::DuplicateTable: ERROR: relation "pg_users" already exists : CREATE TABLE "pg_users" ("id" serial primary key, "name" character varying(255), "total_friends" integer, "date_of_birth" date, "time_of_birth" time, "created_at" timestamp, "updated_at" timestamp) ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations` ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations` ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations` ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations` ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations` Migrating to CreatePgUsers (20160121233437)  (4.2ms) CREATE TABLE "pg_users" ("id" serial primary key, "name" character varying(255), "total_friends" integer, "date_of_birth" date, "time_of_birth" time, "created_at" timestamp, "updated_at" timestamp) PG::DuplicateTable: ERROR: relation "pg_users" already exists : CREATE TABLE "pg_users" ("id" serial primary key, "name" character varying(255), "total_friends" integer, "date_of_birth" date, "time_of_birth" time, "created_at" timestamp, "updated_at" timestamp)